"vscode:/vscode.git/clone" did not exist on "17f7394fc684206f675aa880c3ed528cb166f259"
Unverified Commit bd425d0d authored by Attila Dusnoki's avatar Attila Dusnoki Committed by GitHub
Browse files

Remove onnx_backend_test.py from top level cmake (#2256)

parent 60b8b097
...@@ -283,7 +283,6 @@ file(MAKE_DIRECTORY ${DEST_DIR}/lib/onnx_migraphx) ...@@ -283,7 +283,6 @@ file(MAKE_DIRECTORY ${DEST_DIR}/lib/onnx_migraphx)
foreach(py_file ${backend_files}) foreach(py_file ${backend_files})
configure_file(${py_file} ${DEST_DIR}/lib/onnx_migraphx/. COPYONLY) configure_file(${py_file} ${DEST_DIR}/lib/onnx_migraphx/. COPYONLY)
endforeach(py_file) endforeach(py_file)
configure_file(${CMAKE_SOURCE_DIR}/test/py/onnx_backend_test.py ${DEST_DIR}/onnx_backend_test.py COPYONLY)
rocm_create_package( rocm_create_package(
NAME MIGraphX NAME MIGraphX
......
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