Hi,
I want to use CudaArrays as normal C array.
All the examples I have come across use the cudaArray for textures.
Is there any way to use them “normally” ?
Thanks
Hi,
I want to use CudaArrays as normal C array.
All the examples I have come across use the cudaArray for textures.
Is there any way to use them “normally” ?
Thanks
No, you can’t read from cudaArrays except using texture fetches.