[split] cuLaunchGridAsync() 701
#1
Something is not working:
Windows 7 32-bit
GTX480

NVidia Drivers 260.99
Code:
ERROR: cuLaunchGridAsync() 701

NVidia Drivers 258.96
Code:
Not found entry point of function cuCtx... in nvcuda.dll
#2
can you try with latest driver pls?
#3
Same issue here

Linux 32bit
Nvidia GeForce GTX480

Nvidia Drivers 260.19.36 (Newest for Linux)
Code:
ERROR: cuLaunchGridAsync() 701
#4
I try with last 266.58 drivers too. Result:
Code:
ERROR: cuLaunchGridAsync() 701
#5
seems we have a problem here. help me to reproduce it. please post screenshots, full commandline and if required the hashlist. check if this still occours if you use -n 1 or if you use dictionaries on both sides.
#6
The first one here succeeds when I use a dictionary on both sides (-n1/80 doesn't make a difference)

Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -m 1 -1 ?l?u?d dict1.txt dict1.txt
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
NOTE: gpu-accel auto-adjusted to: 1
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
WARNING: words in dict_left < 3840. Can't gain full performance
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [h]elp [q]uit =>
Status....: Finished
Mode.Left.: Dict 'dict1.txt' (13)
Mode.Right: Dict 'dict1.txt' (13)
Speed.GPU*:  179.0k/s
Recovered.: 0/1 Digests, 0/1 Salts
Progress..: 169/169 (100.00%)
Running...: 0 secs

Started: Wed Jan 26 11:18:44 2011
Stopped: Wed Jan 26 11:18:44 2011


All of the below fail


Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -m 1 -1 ?l?u?d ?1?1?1?1 ?1?1?1?1 --gpu-accel=160 --gpu-loops=1024
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701

Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -n 1 -m 1 -1 ?l?u?d ?1?1?1?1 ?1?1?1?1
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701


Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -n 1 -m 1 -1 ?l?u?d ?1?1?1?1 dict1.txt
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701
#7
ok i can reproduce it. it is related to all 32bit sm_20 (fermi) kernels. i will fix it and release v0.25 later. thanks for reporting.
#8
(01-26-2011, 02:54 PM)atom Wrote: ok i can reproduce it. it is related to all 32bit sm_20 (fermi) kernels. i will fix it and release v0.25 later. thanks for reporting.

Ok, great that you were able to reproduce it! Smile

Any idea when you will release a fix?
I'm just curious because I have setup a system solely for the purpose of testing this tool, and I can't wait to get started Smile
#9
please check your PM i sent you a beta version for test. if it works, i will make it public.
#10
(01-26-2011, 03:29 PM)atom Wrote: please check your PM i sent you a beta version for test. if it works, i will make it public.

Alright, please give me a few minutes to set it up on the server.
I am at my university right now so I have to attend to some other stuff at the same time ^_^

I will post in a little while ...