warp.config.enable_mempools_at_init#
- warp.config.enable_mempools_at_init : bool = True#
Enable CUDA memory pools during device initialization when supported.
Set
WARP_ENABLE_MEMPOOLS_AT_INITto0,false, ornobefore importing Warp to disable automatic memory pool initialization (e.g. when sharing the process with a framework that owns its own GPU allocator).