cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

august84
Journeyman III

oclcrack - clCreateKernel problem

Hi,

I have just found https://github.com/sghctoma/oclcrack and just want to test it.
I'm using HD4350(RV710) on x86_64 linux with 11.1 fglrx(CAL 1.4.900) and 2.3sdk. It compiles after fixing paths in Makefile, but it doesn't work
After creating file "test.txt" with "test8e8fca2dc0f896fd7cb4cb0031ba249" in it, binaries doesn't work:

./oclcrack --verbose test.txt
Could not create kernel.

I've tried it on 32bit win XP (mingw) with same result

StreamKernelAnalyzer-1.7.0.820 compiles MD5.cl with no error.
Could anyone try it at home and show me, where might be error in source code.

thX in advance

0 Likes
1 Reply
genaganna
Journeyman III

Originally posted by: august84 Hi, I have just found https://github.com/sghctoma/oclcrack and just want to test it. I'm using HD4350(RV710) on x86_64 linux with 11.1 fglrx(CAL 1.4.900) and 2.3sdk. It compiles after fixing paths in Makefile, but it doesn't work After creating file "test.txt" with "test8e8fca2dc0f896fd7cb4cb0031ba249" in it, binaries doesn't work: ./oclcrack --verbose test.txt Could not create kernel.

 

I've tried it on 32bit win XP (mingw) with same result

 

StreamKernelAnalyzer-1.7.0.820 compiles MD5.cl with no error. Could anyone try it at home and show me, where might be error in source code. thX in advance

 

Please change CL_DEVICE_TYPE_ALL to CL_DEVICE_TYPE_CPU and run.

Please can you tell us what error code you are getting frrom clCreateKernel(..)?

 

 

0 Likes