Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
584b55b9
Commit
584b55b9
authored
Mar 14, 2019
by
Paul
Browse files
Disable assembly kernels in miopen on jenkins
parent
13062195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Jenkinsfile
Jenkinsfile
+2
-1
No files found.
Jenkinsfile
View file @
584b55b9
...
@@ -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}"
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment