|
Message-ID: <23863520b394312d0b11266e5227140a@smtp.hushmail.com> Date: Thu, 05 Jul 2012 19:18:53 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: OSX problems with Jumbo-6 OpenCL On 2012-07-05 19:13, Claudio André wrote: > Em 05-07-2012 13:17, Rob Fuller escreveu: >> Now I'm getting errors for both CPU and GPU :( >> CPU: >> ``` >> Using device 0: Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz >> Max local work size 1 >> Optimal local work size = 8 >> OpenCL error (CL_INVALID_WORK_GROUP_SIZE) in file >> (opencl_rawmd5_fmt.c) at line (292) - (failed in clEnqueueNDRangeKernel) >> ``` >> GPU: >> ``` >> Using device 1: GeForce GT 330M >> Compilation log: Error getting function data from server >> OpenCL error (CL_INVALID_PROGRAM_EXECUTABLE) in file >> (opencl_rawmd5_fmt.c) at line (168) - (Error creating kernel. >> Double-check kernel name?) >> ``` > Hi, Magnum will say something about the CPU stuff. > > On GPU, i tried to change someone else source code only to check if > magnum was right about byte_addressable. But, the error means (meant) > compilation problems. > - CL_INVALID_PROGRAM_EXECUTABLEif there is no successfully built > executable for|program|. Yes, you can see the full history at https://github.com/magnumripper/magnum-jumbo/issues/50 When compiling for GPU, the following is emitted: /opt/magnum-jumbo/run(1.7.9-jumbo-6-fixes)$ ./john rawmd5test.txt --format=raw-md5-opencl --device=1 OpenCL platform 0: Apple, 2 device(s). Using device 1: GeForce GT 330M Compilation log: Error getting function data from server OpenCL error (CL_INVALID_PROGRAM_EXECUTABLE) in file (opencl_rawmd5_fmt.c) at line (219) - (Error creating kernel. Double-check kernel name?) Googling the "Error getting function data from server" does not reveal an exact problem. magnum
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.