检查 whl 包是否可以被用来在AMD或海光GPU(ROCm)上运行模型。
whl
bool,支持GPU(ROCm)则为True,否则为False。
import paddle support_rocm = paddle.device.is_compiled_with_rocm()