"src/include/common.hip.hpp" did not exist on "e7b8705b913c1bb7d216255f1f233ea03c096f1e"
Commit c157b338 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Add env print and command for onnxruntime build portion

parent ef6eab0c
...@@ -161,12 +161,15 @@ def onnxnode(name, body) { ...@@ -161,12 +161,15 @@ def onnxnode(name, body) {
rocmtest onnx: onnxnode('cdna') { cmake_build -> rocmtest onnx: onnxnode('cdna') { cmake_build ->
stage("Onnx runtime") { stage("Onnx runtime") {
sh ''' def cmd = """
env
apt install half apt install half
#ls -lR #ls -lR
md5sum ./build/*.deb md5sum ./build/*.deb
dpkg -i ./build/*.deb dpkg -i ./build/*.deb
cd /onnxruntime && ./build_and_test_onnxrt.sh cd /onnxruntime && ./build_and_test_onnxrt.sh
''' """
echo cmd
sh cmd
} }
} }
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