Hi everyone,
I’m working on a project where two teams have large sets GPU code. Ours chose to use OpenCL and theirs chose to use CUDA. Is there any way to get a valid cl_mem pointer from a CUDA context (or vice versa)? Otherwise is there any means of copying data from a CUDA pointer to an OpenCL pointer?
The worst case scenario is that we copy to host memory and then back to device. I’d like to avoid this if at all possible.
Thanks in advance for any help!
–Mike