Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 04 Mar 2012 16:11:49 +0100
From: Samuele Giovanni Tonon <samu@...uxasylum.net>
To: john-dev@...ts.openwall.com
Subject: Re: CUDA & OpenCL status

On 03/04/12 16:02, magnum wrote:
> On 03/04/2012 01:14 PM, Samuele Giovanni Tonon wrote:
>> i've made some changes to the Makefile, i need some few more test
>> and then i'll pull request to magnum, that will help fixing the
>> NVIDIA_CUDA and ATISTREAMSDKROOT issue in the Makefile.
>> those come from environ as suggested by nvidia and ati/amd.
>> in amd 2.6 atistreamsdkroot was renamed to AMDAPPSDKROOT and that
>> is causing some problem, i think i've fixed them with these lines
>> in the Makefile
>>
>> ifdef NVIDIA_CUDA
>> OCLROOT=$(NVIDIA_CUDA)
>> else
>> OCLROOT=/usr/local/cuda
>> endif
>> ifdef AMDAPPSDKROOT
>> OCLROOT=$(AMDAPPSDKROOT)
>> endif
>> ifdef ATISTREAMSDKROOT
>> OCLROOT=$(ATISTREAMSDKROOT)
>> endif
>>
>> then we will use OCLROOT for both nvidia and amd.
> 
> Would the above support a -gpu build?

i guess so:
cuda is not affected at all by this and OpenCL is working fine on nvidia
and amd .

Cheers
Samuele

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.