warp.is_mempool_enabled# warp.is_mempool_enabled(device)[source]# Check if CUDA memory pool allocators are enabled on the device. Parameters: device (Device | str | None) – The Device or device identifier for which the query is to be performed. If None, the default device will be used. Return type: bool