warp.is_cpu_available# warp.is_cpu_available()[source]# Check whether CPU execution is available. Returns: True if CPU execution is supported (LLVM backend is loaded), False otherwise. Return type: bool See also is_cuda_available(), is_device_available()