检查 whl 包是否可以被用来在Baidu Kunlun XPU上运行模型
whl
返回:bool,支持Baidu Kunlun XPU则为True,否则为False。
示例代码
import paddle support_xpu = paddle.is_compiled_with_xpu()