Commit 1a72122e authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Enable Navi32 in CI

parent 763dd1da
...@@ -134,6 +134,13 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build -> ...@@ -134,6 +134,13 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build ->
// cmake_build(flags: "-DCMAKE_BUILD_TYPE=release") // cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
// } // }
//} //}
, clang_release_navi: rocmnode('navi32') { cmake_build ->
stage('HIP Clang Release Navi32') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
}
}
def onnxnode(name, body) { def onnxnode(name, body) {
return { label -> return { label ->
......
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