CUDA C++ Programming Guide, NVIDIA Corporation, 2023 (NVIDIA Corporation) - Provides detailed documentation on the CUDA programming model and GPU architecture, including a comprehensive explanation of the GPU memory hierarchy, which encompasses VRAM (referred to as global memory).
Computer Architecture: A Quantitative Approach, John L. Hennessy, David A. Patterson, 2017 (Morgan Kaufmann) - A classic textbook offering foundational knowledge on computer architecture, including detailed discussions on memory hierarchies and their performance implications, relevant for understanding VRAM in a broader context.