I am learning to work with GPUs using C++ CUDA, and I could not find a clear answer to a question. Could you please explain briefly the difference between:
- Constant Memory
- Texture Memory
- Pinned Memory
I need a small amount of memory that is accessible by all kernels. Is the best approach is using constant memory?