"vscode:/vscode.git/clone" did not exist on "b49cceb91e7ef02bfd3059fc71a6c4f32bf4aca1"
Commit 4924b1ad authored by Chris Austen's avatar Chris Austen
Browse files

tailor build for navi targets

parent 2462228a
...@@ -32,7 +32,7 @@ def rocmtestnode(Map conf) { ...@@ -32,7 +32,7 @@ def rocmtestnode(Map conf) {
make -j\$(nproc) generate VERBOSE=1 make -j\$(nproc) generate VERBOSE=1
git diff git diff
git diff-index --quiet HEAD || (echo "Generated files are different. Please run make generate and commit the changes." && exit 1) git diff-index --quiet HEAD || (echo "Generated files are different. Please run make generate and commit the changes." && exit 1)
make -j\$(nproc) all doc package check VERBOSE=1 make -j\$(nproc) all package VERBOSE=1
md5sum ./*.deb md5sum ./*.deb
""" """
echo cmd echo cmd
...@@ -105,7 +105,7 @@ def rocmnode(name, body) { ...@@ -105,7 +105,7 @@ def rocmnode(name, body) {
rocmtest clang_ort: rocmnode('navi') { cmake_build -> rocmtest clang_ort: rocmnode('navi') { cmake_build ->
stage('ONNX Runtime') { stage('ONNX Runtime') {
cmake_build(flags: "-DCMAKE_BUILD_TYPE=release") cmake_build(flags: "-DCMAKE_BUILD_TYPE=release -DGPU_TARGETS=gfx1030;gfx1100;gfx1101")
sh ''' sh '''
apt install half apt install half
env 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