Contents
Bases: CuPyNumbaManager
CuPyNumbaManager
Numba EMM plugin using CuPy MemoryAsyncPool.
context – CUDA context for memory management.
Notes
Uses CuPy’s asynchronous memory pool which provides stream-ordered memory operations.
Initialize the async memory pool.
Allocate memory from the async CuPy pool.
nbytes – Number of bytes to allocate.
Numba memory pointer wrapping the CuPy allocation.
MemoryPointer