"vscode:/vscode.git/clone" did not exist on "8e7d2efe96ad673aac65203c8a7af3f1e01964d5"
Unverified Commit 6d0acc92 authored by Shucai Xiao's avatar Shucai Xiao Committed by GitHub
Browse files

Enable ort tests (#865)

* try turning on ort tests in rocm4.2

* try rocm4.1
parent 4fe71058
...@@ -3,5 +3,5 @@ pip3 install -r requirements.txt ...@@ -3,5 +3,5 @@ pip3 install -r requirements.txt
# Add newer cmake to the path # Add newer cmake to the path
export PATH="/opt/cmake/bin:$PATH" export PATH="/opt/cmake/bin:$PATH"
export CXXFLAGS="-D__HIP_PLATFORM_HCC__=1 -w" export CXXFLAGS="-D__HIP_PLATFORM_HCC__=1 -w"
./build.sh --config Release --update --build --parallel --cmake_extra_defines ONNXRUNTIME_VERSION=$(cat ./VERSION_NUMBER) --use_migraphx ./build.sh --config Release --update --build --parallel --cmake_extra_defines ONNXRUNTIME_VERSION=$(cat ./VERSION_NUMBER) --test --use_migraphx
# pip3 install /code/onnxruntime/build/Linux/Release/dist/*.whl # pip3 install /code/onnxruntime/build/Linux/Release/dist/*.whl
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