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