Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The CUDAERRORNOBINARYFOR_GPU(209) error message typically means that the binary code for the kernel being executed is not available on the GPU. This can happen if the binary code was not successfully compiled, or if it was compiled for a different architecture than the one on which it is being executed. In the context of Nsight Compute becoming stuck while calling the cusparse function, this error message suggests that there may be a problem with the compilation or deployment of the cusparse code. Resolving this issue may require checking the compilation settings and ensuring that the binary code is being correctly deployed to the GPU.