Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 May 2015 22:57:49 +0200
From: Agnieszka Bielec <bielecagnieszka8@...il.com>
To: john-dev@...ts.openwall.com
Subject: Agnieszka's weekly report #4

accomplishment:
I didn't do much in this week
-I was optimizing parallel-opencl but I didn't gained much speed
-I reformatted my version of pomelo, previously I had some magic with
value 255 and other ugly things

priorities:
-still I will be working on parallel-opencl
-I'll port optimized version of parallel from
https://github.com/Sc00bz/Parallel if the author complete this. If
not, I'll do something else


speed for parallel-opencl:

[a@...er run]$ ./john --test --format=parallel-opencl  --dev=1 --cost=0:0
Device 1: Tahiti [AMD Radeon HD 7900 Series]
Building the kernel, this could take a while
Build log: LOOP UNROLL: pragma unroll (line 106)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 87)
    Unrolled as requested!

Benchmarking: parallel-opencl, parallel SHA-512 [ ]... DONE
Speed for cost 1 (N) of 0
Many salts:     45936 c/s real, 4915K c/s virtual
Only one salt:  46369 c/s real, 4915K c/s virtual

[a@...er run]$ ./john --test --format=parallel-opencl  --dev=5 --cost=0:0
Device 5: GeForce GTX TITAN
Benchmarking: parallel-opencl, parallel SHA-512 [ ]... DONE
Speed for cost 1 (N) of 0
Many salts:     38102 c/s real, 38325 c/s virtual
Only one salt:  38325 c/s real, 38325 c/s virtual

960m:
Local worksize (LWS) 64, global worksize (GWS) 16384
Benchmarking: parallel-opencl, parallel SHA-512 [ ]... DONE
Speed for cost 1 (N) of 0
Many salts:     28248 c/s real, 28248 c/s virtual
Only one salt:  28248 c/s real, 28248 c/s virtual

previously

dev=1

Speed for cost 1 (N) of 0
Many salts:    41478 c/s real, 6553K c/s virtual
Only one salt:    41217 c/s real, 6553K c/s virtual

dev=5
DONE
Speed for cost 1 (N) of 0
Many salts:    35617 c/s real, 35812 c/s virtual
Only one salt:    35812 c/s real, 35812 c/s virtual

960m:
26k

thanks

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.