Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 26 Jun 2012 15:17:06 -0300
From: Claudio André <claudioandre.br@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: committed patches

You can use it. I was just checking how to hang 7970.


Em 26-06-2012 15:05, magnum escreveu:
> On 2012-06-26 18:16, Lukas Odzioba wrote:
>> 2012/6/26 Claudio André<claudioandre.br@...il.com>:
>>> Something like this is working to me (inside OpenCL):
>>>
>>> #if gpu_nvidia(DEVICE_INFO)
>>>     #define Ch(x,y,z)       ((x&  y) ^ ( (~x)&  z))
>>>
>>> #elif gpu_amd(DEVICE_INFO)
>>>     #define Ch(x,y,z)       bitselect(z, y, x)
>>>
>>> Claudio
>>
>> Thanks! but I am not sure that amd_bytealign is supported by all amd
>> devices, and proper handling requires more code than I thought, and
>> I'll add it later.
>> For now I am attaching amd and nv TStested version.
>>
>> "Fixed phpass for nVidia devices"
>
> Committed now. I see Claudio is using the 7790 so I'll run GPU TS on 
> the 570 now
>
> 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.