I’m using linear array on libraries like CUBLAS and CUDPP. I read some technical report that using texture memory is faster than global memory. My question is:
Does it work if I bind linear array (1D normally) on texture memory, and use them with CUBLAS and CUDPP? Or these libraries are only valid on global memory?