Commit 584b55b9 authored by Paul's avatar Paul
Browse files

Disable assembly kernels in miopen on jenkins

parent 13062195
...@@ -20,8 +20,9 @@ def rocmtestnode(variant, name, body) { ...@@ -20,8 +20,9 @@ def rocmtestnode(variant, name, body) {
} }
} }
node(name) { node(name) {
env.HSA_ENABLE_SDMA=0
env.MIOPEN_DEBUG_GCN_ASM_KERNELS=0
stage("checkout ${variant}") { stage("checkout ${variant}") {
env.HSA_ENABLE_SDMA=0
checkout scm checkout scm
} }
stage("image ${variant}") { stage("image ${variant}") {
......
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