Commit ef6eab0c authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Move stash for onnxrt build to use All targets vs Hip Clang

Trying this in hopes of fixing odd ORT build issues we're seeing.
parent 82984238
...@@ -112,7 +112,6 @@ rocmtest clang_debug: rocmnode('cdna') { cmake_build -> ...@@ -112,7 +112,6 @@ rocmtest clang_debug: rocmnode('cdna') { cmake_build ->
}, clang_release: rocmnode('cdna') { cmake_build -> }, clang_release: rocmnode('cdna') { cmake_build ->
stage('Hip Clang Release') { stage('Hip Clang Release') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release") cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
stash includes: 'build/*.deb', name: 'migraphx-package'
} }
// }, hidden_symbols: rocmnode('cdna') { cmake_build -> // }, hidden_symbols: rocmnode('cdna') { cmake_build ->
// stage('Hidden symbols') { // stage('Hidden symbols') {
...@@ -121,6 +120,7 @@ rocmtest clang_debug: rocmnode('cdna') { cmake_build -> ...@@ -121,6 +120,7 @@ rocmtest clang_debug: rocmnode('cdna') { cmake_build ->
}, all_targets_debug : rocmnode('cdna') { cmake_build -> }, all_targets_debug : rocmnode('cdna') { cmake_build ->
stage('All targets Release') { stage('All targets Release') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DMIGRAPHX_ENABLE_GPU=On -DMIGRAPHX_ENABLE_CPU=On -DMIGRAPHX_ENABLE_FPGA=On") cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DMIGRAPHX_ENABLE_GPU=On -DMIGRAPHX_ENABLE_CPU=On -DMIGRAPHX_ENABLE_FPGA=On")
stash includes: 'build/*.deb', name: 'migraphx-package'
} }
}, mlir_debug: rocmnode('cdna') { cmake_build -> }, mlir_debug: rocmnode('cdna') { cmake_build ->
stage('MLIR Debug') { stage('MLIR Debug') {
......
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