cuModuleLoad
#2
Hello there. I see several problems in your commandline. The cuda.h says the errorcode "cuModuleLoad() 301" means CUDA_ERROR_FILE_NOT_FOUND. So it can not find the kernel file. You maybe unpacked the archieve not correctly. For example on Linux people often do "7z e" instead of "7z x". The latter is the correct one. The you use in all your parameter -m=0, but better use just -m 0, -a 3, etc... The last thing is that the CUDA cores are automatically calculated. You dont need to assign the number of cores to --gpu-accel. This parameter is to overwrite the automatically calculation and is uses in case your desktop is to laggy and you want to reduce the GPU utilization so you can still work on the desktop while its cracking...


Messages In This Thread
cuModuleLoad - by elppaeht8 - 04-13-2012, 08:33 PM
RE: cuModuleLoad - by atom - 04-14-2012, 09:32 AM
RE: cuModuleLoad - by undeath - 04-14-2012, 12:33 PM