Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 9 Jul 2013 09:31:53 +0200
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: LWS/GWS setup best practice

2013/7/9 Lukas Odzioba <lukas.odzioba@...il.com>:
> void opencl_init_opt(char *kernel_filename, unsigned int
> sequential_id, char *opts){
>         profilingEvent = firstEvent = lastEvent = NULL;
>         dev_init(sequential_id);
>         if(!kernel_filename){
>                 kernel_loaded=0;
>                 opencl_build_kernel_save(kernel_filename, sequential_id, opts, 1, 0);
>         }
> }

-if(!kernel_filename){
+if(kernel_filename){

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.