Open
Description
Given the small time spent in memory transfer, and the possibility to optimise it via prefetching, it makes sense to investigate using CUDA managed memory.
To form a good idea of what it involves, one can go through these 2017 CUDA blog posts:
- An Even Easier Introduction to CUDA
- Unified Memory for CUDA Beginners
- Maximizing Unified Memory Performance in CUDA
For further reading: