Hi all,
binding linear memory to 2d texture is possible through cudaBindTexture2D. The values can then be read through tex2d calls.
Is it possible to bind 3d textures to linear memory (i.e., not using cuda arrays) and then read it through tex3d calls?
If yes, a code snippet would be greatly appreciated.
Thanks for your insights,
Olivier