Hi all
I would like to know the possible causes of the error : CUDA ERROR INVALID SOURCE.
Thanks
Hi all
I would like to know the possible causes of the error : CUDA ERROR INVALID SOURCE.
Thanks
This error message is discussed in CUDA Toolkit Reference Mannual as
CUDA_ERROR_INVALID_SOURCE This indicates that the device kernel source is invalid.
I also am getting the same message.
What would make a source invalid? I have a clean compile of a kernel in a cubin file.
Thanks.
maybe you need to send in the cubin code of the correct version: -arch sm_xx
xx is the compute capability of your device