Cuda error in function 'cudaDeviceSynchronize()' file 'instr_count.cu' in line 226 : an illegal memory access was encountered.
Diksha-Moolchandani opened this issue · 1 comments
Diksha-Moolchandani commented
Hi,
I am getting the following error when running instruction count tool with the alexnet tensorflow code:
Cuda error in function 'cudaDeviceSynchronize()' file 'instr_count.cu' in line 226 : an illegal memory access was encountered.
Here is the code that I am running: https://github.com/amir-saniyan/AlexNet
Does anyone know why am I getting this error? It does not go away with CUDA_INJECTION64_PATH too.
ovilla commented
Which GPU are you using? Which version of CUDA, cudnn, etc.?
Different GPUs, use different kernels in the many versions of the CUDA libraries.
Also, can you please run with VERBOSE=3 (in front of the command line) and attach the output here.