|
Message-ID: <88c0234368cd6941ddd237c12b493598@smtp.hushmail.com> Date: Sun, 04 Mar 2012 16:02:15 +0100 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: CUDA & OpenCL status 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? magnum
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.