Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 24 Jun 2012 16:46:11 +0800
From: myrice <qqlddg@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: xsha512-opencl, raw-sha512-opencl on HD 7970 (was:
 Myrice: Weekly Report #3)

On Sun, Jun 24, 2012 at 5:08 AM, Solar Designer <solar@...nwall.com> wrote:
> myrice -
>
> This is a reminder that the problem mentioned below is still present.
> $ ./john -te -fo=xsha512-opencl -pla=1
> OpenCL platform 1: AMD Accelerated Parallel Processing, 2 device(s).
> Using device 0: Tahiti
> Compilation log: LOOP UNROLL: pragma unroll (line 163)
>    Unrolled as requested!
> LOOP UNROLL: pragma unroll (line 168)
>    Unrolled as requested!
> LOOP UNROLL: pragma unroll (line 183)
>    Unrolled as requested!
>
> Optimal Group work Size = 256
> Global work size = 2097152
> Benchmarking: Mac OS X 10.7+ salted SHA-512 [OpenCL]... FAILED (get_hash[0](0))

I fixed the bug. It is due to I incidentally comment memcpy in
set_key() and commit to magnum-jumbo. Now it is:

[12:43:22 myrice] run $ ./john -te=1 -fo=xsha512-opencl -pla=1
OpenCL platform 1: AMD Accelerated Parallel Processing, 2 device(s).
Using device 0: Tahiti
Compilation log: LOOP UNROLL: pragma unroll (line 163)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 168)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 183)
    Unrolled as requested!

Optimal Group work Size = 128
Global work size = 2097152
Benchmarking: Mac OS X 10.7+ salted SHA-512 [OpenCL]... DONE
Many salts:     54176K c/s real, 1083M c/s virtual
Only one salt:  26214K c/s real, 41943K c/s virtual

Thanks
myrice

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.