Trouble loading sample data in SlicerAutoscoperM

@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 [1], 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[2], note that is expected to be supported and not marked as deprecated.

OpenCL backend

Based on the screenshot shared above [3], the code triggering the error when using the OpenCL backend can be inspected here (line 739):


  1. Trouble loading sample data in SlicerAutoscoperM - #6 by Lauren_Welte ↩︎

  2. CUDA Runtime API :: CUDA Toolkit Documentation ↩︎

  3. Trouble loading sample data in SlicerAutoscoperM - #4 by Lauren_Welte ↩︎