Unverified Commit 7b0e0d46 authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

Set GPU_TARGETS for Navi32 job

parent 62963d84
......@@ -161,7 +161,7 @@ rocmtest clang_debug: rocmnode('mi100+') { cmake_build ->
}
}, clang_release_navi: rocmnode('navi32') { cmake_build ->
stage('HIP Clang Release Navi32') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DGPU_TARGETS='${gpu_targets}'")
}
}
......
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