Contents
Bases: CuPyNumbaManager
CuPyNumbaManager
Numba EMM plugin using CuPy MemoryPool.
context – CUDA context for memory management.
Notes
Uses CuPy’s synchronous memory pool which provides standard memory operations.
Initialize the sync memory pool.
Allocate memory from the sync CuPy pool.
nbytes – Number of bytes to allocate.
Numba memory pointer wrapping the CuPy allocation.
MemoryPointer