warp.is_mempool_supported# warp.is_mempool_supported(device)[source]# Check if CUDA memory pool allocators are available 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