"magic_pdf/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "35eb3bd29b12169630eb9af6cc4df1d4621ec213"
Commit aa0a8a78 authored by Paul's avatar Paul
Browse files

Disable gpu backend

parent dd1da8aa
...@@ -16,4 +16,6 @@ add_dependencies(tests migraphx_py) ...@@ -16,4 +16,6 @@ add_dependencies(tests migraphx_py)
add_dependencies(check migraphx_py) add_dependencies(check migraphx_py)
add_py_test(cpu cpu.py WORKING_DIRECTORY ${TEST_ONNX_DIR}) add_py_test(cpu cpu.py WORKING_DIRECTORY ${TEST_ONNX_DIR})
if(MIGRAPHX_ENABLE_GPU)
add_py_test(gpu gpu.py WORKING_DIRECTORY ${TEST_ONNX_DIR}) add_py_test(gpu gpu.py WORKING_DIRECTORY ${TEST_ONNX_DIR})
endif()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment