CuPy Documentation, CuPy Developers, 2024 - Provides comprehensive details on CuPy's API, GPU array operations, custom kernel development, and interoperability with other libraries.
Numba Documentation, Numba Developers, 2024 - Offers information on Numba's JIT compilation for CPU and GPU, including decorators, type handling, and CUDA kernel development.
DLPack: Open-Mouth Tensor Data Structure, DLPack Contributors, 2024 - Describes the DLPack standard for unified tensor data exchange, supporting zero-copy sharing between PyTorch, CuPy, and other frameworks.
CUDA C++ Programming Guide, NVIDIA Corporation, 2024 (NVIDIA Corporation) - Provides foundational knowledge on GPU architecture, the CUDA programming model, kernel execution, and memory management.