I was told to use texture memory whenever it’s possible to speedup my fetches by using the data cache. However, cosntant memory accesses are also cached. So my question is: how do I decide to use one type or another (texture or constant memory)?
Greetings.