Ask Your Question
1

What does the CUDA_ERROR_NO_BINARY_FOR_GPU(209) error message mean when Nsight Compute becomes stuck while calling the cusparse function?

asked 2022-03-29 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-02-20 08:00:00 +0000

bukephalos gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-29 11:00:00 +0000

Seen: 13 times

Last updated: Feb 20 '23