Whether this whl package can be used to run the model on NPU.
Returns (bool): support npu or not.
Examples
import paddle.fluid as fluid support_npu = fluid.is_compiled_with_npu()