Hi,
I’m trying to run a “optixDenoiser” sample from latest Optix SDK on an older dual-GPU GTX690 card and I’m getting the following error:
Unknown error (Details: Function “_rtBufferCreateFromGLBO” caught exception: Only single CUDA device for GL context supported)
So far i tried using rtContextSetDevices function to use only single GPU and running an application via right click -> Render OpenGL on -> Geforce GTX 690 (1 of 2) but without success.
I believe there must be a way of simply creating a context that would use only single core or a way to make _rtBufferCreateFromGLBO work in multi-GPU environment… can anyone help me out with this?
Thanks,
Jakub