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
1f679721
Commit
1f679721
authored
Mar 15, 2019
by
Shucai Xiao
Browse files
Merge branch 'develop' of
https://github.com/ROCmSoftwarePlatform/AMDMIGraphX
into gemm_enhancement
parents
76043980
efe3a9f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
CMakeLists.txt
CMakeLists.txt
+1
-1
Jenkinsfile
Jenkinsfile
+15
-13
No files found.
CMakeLists.txt
View file @
1f679721
...
@@ -22,7 +22,7 @@ find_package(ROCM REQUIRED)
...
@@ -22,7 +22,7 @@ find_package(ROCM REQUIRED)
include
(
ROCMSetupVersion
)
include
(
ROCMSetupVersion
)
rocm_setup_version
(
VERSION 0.
1
)
rocm_setup_version
(
VERSION 0.
2
)
option
(
BUILD_SHARED_LIBS
"Build as a shared library"
ON
)
option
(
BUILD_SHARED_LIBS
"Build as a shared library"
ON
)
...
...
Jenkinsfile
View file @
1f679721
...
@@ -3,6 +3,7 @@ def rocmtestnode(variant, name, body) {
...
@@ -3,6 +3,7 @@ def rocmtestnode(variant, name, body) {
def
image
=
'migraphxlib'
def
image
=
'migraphxlib'
def
cmake_build
=
{
compiler
,
flags
->
def
cmake_build
=
{
compiler
,
flags
->
def
cmd
=
"""
def
cmd
=
"""
env
ulimit -c unlimited
ulimit -c unlimited
rm -rf build
rm -rf build
mkdir build
mkdir build
...
@@ -20,8 +21,8 @@ def rocmtestnode(variant, name, body) {
...
@@ -20,8 +21,8 @@ def rocmtestnode(variant, name, body) {
}
}
}
}
node
(
name
)
{
node
(
name
)
{
withEnv
([
'HSA_ENABLE_SDMA=0'
,
'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}"
)
{
...
@@ -38,6 +39,7 @@ def rocmtestnode(variant, name, body) {
...
@@ -38,6 +39,7 @@ def rocmtestnode(variant, name, body) {
}
}
}
}
}
}
}
}
}
@NonCPS
@NonCPS
def
rocmtest
(
m
)
{
def
rocmtest
(
m
)
{
...
...
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