|
Message-ID: <4FE76092.3050009@gmail.com>
Date: Sun, 24 Jun 2012 15:46:42 -0300
From: Claudio André <claudioandre.br@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: WPA-PSK fixes, OpenMP support
Em 23-06-2012 17:52, Solar Designer escreveu:
>> It should be work group size.
> Can you submit a patch for that, for all formats that use the wrong
> wording (not only yours)?
>
> Alexander
At this moment we are using (and my vote is to keep them):
- Local work size (LWS) and global work size (GWS).
LWS = work group size
GWS = keys per crypt (recently changed)
Not sure whom use these names on the first time, but they are not only
here: they are on the OpenCL "way" too.
|cl_int
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>*clEnqueueNDRangeKernel*(|
cl_command_queue
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/abstractDataTypes.html>
command_queue,
cl_kernel
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/abstractDataTypes.html>
kernel,
cl_uint
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>
work_dim,
constsize_t
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>
*global_work_offset,
constsize_t
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>
*global_work_size,
constsize_t
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>
*local_work_size,
cl_uint
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/scalarDataTypes.html>
num_events_in_wait_list,
constcl_event
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/abstractDataTypes.html>
*event_wait_list,
cl_event
<http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/abstractDataTypes.html>
*event|)|
From:
http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/clEnqueueNDRangeKernel.html
Content of type "text/html" skipped
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.