I’m trying to add some CUDA kernels to an existing OpenGL program which uses EGL. I’ve verified using EGL_CUDA_DEVICE_NV that I’m running on a CUDA device (and which CUDA device I’m running on). However, in my first call to cudaGraphicsGLRegisterBuffer I’m getting back an “operation not supported” error code – this API doesn’t even indicate this as a valid return code. Can anyone expand on why this error code could be returned from this API?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
cudaGraphicsGLRegisterImage -- "operation not supported" (error 71) | 1 | 603 | September 28, 2022 | |
CUDA Sample Error: Operation Not Supported | 4 | 3875 | May 3, 2019 | |
cudaErrorNotSupported when calling cv::cuda::cudaHostRegister on NVIDIA TX2 | 2 | 978 | April 14, 2018 | |
Running CUDA samples: cudaErrorNotSupported | 4 | 1402 | June 15, 2018 | |
cudaErrorNotSupported when calling cv::cuda::cudaHostRegister on NVIDIA TX2 | 3 | 1798 | October 18, 2021 | |
(Yet another) issue with cudaGLRegisterBuffer... | 0 | 1116 | March 5, 2008 | |
cudaGraphicsGLRegisterBuffer error 63 on Windows | 6 | 4111 | May 24, 2018 | |
Visionworks demos and samples cause cudaGraphicsGLRegisterBuffer CUDA error | 0 | 433 | January 20, 2017 | |
CUDA and OpenGL | 4 | 11285 | July 28, 2011 | |
`cudaGraphicsGLRegisterImage failed: cudaErrorNotSupported` error | 1 | 1455 | June 12, 2019 |