Development
Misc Notes
cupy.
get_default_pinned_memory_pool
Returns CuPy default memory pool for pinned memory.
The memory pool object.
cupy.cuda.PinnedMemoryPool
Note
If you want to disable memory pool, please use the following code.
>>> cupy.cuda.set_pinned_memory_allocator(None)