jcfr
(Jean Christophe Fillion Robin (Kitware))
10
@Lauren_Welte do you happen to have two video cards on your system ?
Related:
Details
Since issues happen with both backend, we need to first confirm there are two video card and then ensure the NVIDIA one is used.
CUDA Backend
Based on the screenshot shared above , the code triggering the error when using the CUDA backend can be inspected here (line 400):
The problematic call seems to be related to cudaGraphicsGLRegisterBuffer
, note that is expected to be supported and not marked as deprecated.
OpenCL backend
Based on the screenshot shared above , the code triggering the error when using the OpenCL backend can be inspected here (line 739):