Commit 11848253 authored by Chris Austen's avatar Chris Austen
Browse files

fix targets

parent 4924b1ad
......@@ -105,7 +105,7 @@ def rocmnode(name, body) {
rocmtest clang_ort: rocmnode('navi') { cmake_build ->
stage('ONNX Runtime') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DGPU_TARGETS=gfx1030;gfx1100;gfx1101")
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DGPU_TARGETS=\"gfx1030;gfx1100;gfx1101\"")
sh '''
apt install half
env
......
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