Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 10 Mar 2012 20:52:23 +0100
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Fwd: Re: [john-users] Help on SHA-512

Now we're talking, this compiles. But the OpenCL compile fails:

Compilation log: :11:5: error: 'long long' type is invalid in OpenCL
:11:27: error: 'long long' type is invalid in OpenCL
:11:49: error: 'long long' type is invalid in OpenCL
:12:5: error: 'long long' type is invalid in OpenCL
:13:5: error: 'long long' type is invalid in OpenCL
:13:27: error: 'long long' type is invalid in OpenCL
...(lots more)...

OpenCL error (CL_INVALID_PROGRAM_EXECUTABLE) in file
(opencl_cryptsha512_fmt.c) at line (277) - (Error creating kernel.
Double-check kernel name?)

This might run in AMD-CPU-cpecific mode or whatnot but I can't run it.

magnum


On 03/10/2012 08:16 PM, Claudio André wrote:
> Do i miss anything? (The new diff format attached.)
> ------------
> 
> git clone git://github.com/magnumripper/magnum-jumbo jumbo-unstable
> cd jumbo-unstable
> git checkout -b openCL_crypt512
> 
> - Do the job
> 
> git commit -a -m 'OpenCL Crypt 512 (development)'
> git format-patch magnum-jumbo --stdout > openCL_crypt512.patch
> 
> make clean linux-x86-64-opencl
> ../run/john --test=1 --format=cryptsha512-opencl
> 
> 
> ------------
> Do the job means (put new updated content).
> 
> cd src
> cp ~/bin/john/novo/src/Makefile .
> cp ~/bin/john/novo/src/opencl_cryptsha512.h .
> cp ~/bin/john/novo/src/opencl_cryptsha512_fmt.c .
> cp ~/bin/john/novo/src/john.c .
> cp ~/bin/john/novo/src/common-opencl.c .
> cp ~/bin/john/novo/src/opencl/cryptsha512_kernel.cl ./opencl
> 
> git add opencl_cryptsha512.h
> git add opencl_cryptsha512_fmt.c
> git add opencl/cryptsha512_kernel.cl
> 
> 
> 
> Em 10-03-2012 15:24, magnum escreveu:
>> On 03/10/2012 06:55 PM, Claudio André wrote:
>>> Ok, i "git updated" few days ago, sorry. I suppose the makefile changed
>>> recently.
>> That was OK. The problem is I can't compile your code at all.
>>
>>> Now i did:
>>> git clone git://github.com/magnumripper/magnum-jumbo jumbo-unstable
>>> Do the necessary changes.
>>>      make clean linux-x86-64-opencl
>>>      ../run/john --test=1 --format=cryptsha512-opencl
>>>
>>> And git diff to send. Sorry.
>> This newest patch totally lacked the change in Makefile but this is not
>> the problem The problem is I can't build your opencl_cryptsha512_fmt.c.
>> The reason might be trivial but I don't have more time right now.
>>
>>> PS: I haven't found exactly what git commands you recommend to send a
>>> path.
>> "git format-patch" rocks. It will produce output suitable for non-git
>> users too.
>>
>> 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.