Search code examples
gpuopenclnvidiaamd-gpu

Does Nvidia GPUs support pipe like structures?


I am trying to write OpenCL code that takes advantage of the latest OpenCL 2.0 features like pipes. I have been working on AMD GPUs until now and they support pipes. But Nvidia driver doesn't support OpenCL 2.0. So are there any pipe like structures available for Nvidia GPUs? My intention is to transfer data directly between 2 kernels instead of passing it via global memory. So anything that helps me do this can be used.


Solution

  • I'm not aware of any. Do contact NVIDIA and let them know you'd like to see OpenCL 2.0 support.