Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 3 Jan 2013 19:45:50 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: opencl_nsldaps - Error creating page-locked memory

2013/1/3 Lukas Odzioba <lukas.odzioba@...il.com>:
> You were right :)
>
> OpenCL platform 0: AMD Accelerated Parallel Processing, 2 device(s).
> Using device 0: Cypress
> Build log: LOOP UNROLL: pragma unroll (line 68)
>     Unrolled as requested!
>
> Local worksize (LWS) 128, Global worksize (GWS) 1048576
> Benchmarking: Netscape LDAP salted SHA-1 [OpenCL (inefficient,
> development use mostly)]... DONE
> Many salts:     85364K c/s real, 1479M c/s virtual
> Only one salt:  60054K c/s real, 188743K c/s virtual

It works up to:
GWS=$((1024*1024*4))
and fails on:
GWS=$((1024*1024*5))

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.