You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I register an OpenGL buffer for use in my CUDA/HIP kernel?
oroGraphicsMapResources(int count, oroGraphicsResource_t * resources, oroStream_t stream) expects a registered resource as its second parameter but there is no oroGraphicsRegisterX functions (although oroGraphicsUnregisterResource exists). I would expect the oroGraphicsGLRegisterBuffer and oroGraphicsGLRegisterImage functions to be present in Orochi API but there are no such functions.
The DX12 example of this repo doesn't really help as it uses a sharedHandle created specifically with the DX12 API:
How can I register an OpenGL buffer for use in my CUDA/HIP kernel?
oroGraphicsMapResources(int count, oroGraphicsResource_t * resources, oroStream_t stream)
expects a registered resource as its second parameter but there is nooroGraphicsRegisterX
functions (althoughoroGraphicsUnregisterResource
exists). I would expect theoroGraphicsGLRegisterBuffer
andoroGraphicsGLRegisterImage
functions to be present in Orochi API but there are no such functions.The DX12 example of this repo doesn't really help as it uses a
sharedHandle
created specifically with the DX12 API:Is it somehow possible to adapt this example for OpenGL buffers or is there something simpler I missed in Orochi's API?
The text was updated successfully, but these errors were encountered: