is_compiled_with_cudais_compiled_with_cudapaddle. is_compiled_with_cuda ( ) [源代码] 检查 whl 包是否可以被用来在GPU上运行模型 返回:支持GPU则为True,否则为False。 返回:是否支持GPU的bool值 示例代码 import paddlesupport_gpu = paddle.is_compiled_with_cuda()