warp.is_cuda_available# warp.is_cuda_available()[source]# Check whether CUDA execution is available. Returns: True if at least one CUDA device is available, False otherwise. Return type: bool See also is_cpu_available(), is_device_available(), get_cuda_device_count()