检查 whl 包是否可以被用来在 GPU 上运行模型。
whl
bool,支持 GPU 则为 True,否则为 False。
import paddle support_gpu = paddle.device.is_compiled_with_cuda()