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
e6e42359
"src/vscode:/vscode.git/clone" did not exist on "3c67e66fdd588ad64aee6e44457b198eaa1f754d"
Unverified
Commit
e6e42359
authored
Oct 12, 2023
by
Chris Austen
Committed by
GitHub
Oct 12, 2023
Browse files
Merge branch 'develop' into verify_fp16_tol
parents
e1ebad1d
50c5984a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
Jenkinsfile
+3
-3
tools/CMakeLists.txt
tools/CMakeLists.txt
+1
-1
No files found.
Jenkinsfile
View file @
e6e42359
...
...
@@ -107,7 +107,7 @@ def rocmnode(name, body) {
}
}
rocmtest
clang_debug:
rocmnode
(
'
cdna
'
)
{
cmake_build
->
rocmtest
clang_debug:
rocmnode
(
'
mi100+
'
)
{
cmake_build
->
stage
(
'hipRTC Debug'
)
{
def
sanitizers
=
"undefined"
def
debug_flags
=
"-g -O2 -fsanitize=${sanitizers} -fno-sanitize-recover=${sanitizers}"
...
...
@@ -124,12 +124,12 @@ rocmtest clang_debug: rocmnode('cdna') { cmake_build ->
// stage('Hidden symbols') {
// cmake_build(flags: "-DMIGRAPHX_ENABLE_PYTHON=Off -DMIGRAPHX_ENABLE_GPU=On -DMIGRAPHX_ENABLE_CPU=On -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DCMAKE_C_VISIBILITY_PRESET=hidden")
// }
},
all_targets_debug
:
rocmnode
(
'
cdna
'
)
{
cmake_build
->
},
all_targets_debug
:
rocmnode
(
'
mi100+
'
)
{
cmake_build
->
stage
(
'All targets Release'
)
{
def
gpu_targets
=
getgputargets
()
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release -DMIGRAPHX_ENABLE_GPU=On -DMIGRAPHX_ENABLE_CPU=On -DMIGRAPHX_ENABLE_FPGA=On -DGPU_TARGETS='${gpu_targets}'"
)
}
},
mlir_debug:
rocmnode
(
'
cdna
'
)
{
cmake_build
->
},
mlir_debug:
rocmnode
(
'
mi100+
'
)
{
cmake_build
->
stage
(
'MLIR Debug'
)
{
withEnv
([
'MIGRAPHX_ENABLE_MLIR=1'
])
{
def
sanitizers
=
"undefined"
...
...
tools/CMakeLists.txt
View file @
e6e42359
...
...
@@ -28,7 +28,7 @@ if(NOT Python_EXECUTABLE)
return
()
endif
()
find_program
(
CLANG_FORMAT clang-format PATHS /opt/rocm/llvm
$
ENV
{
HIP_PATH
}
)
find_program
(
CLANG_FORMAT clang-format PATHS /opt/rocm/llvm ENV
HIP_PATH
PATH_SUFFIXES bin
)
if
(
NOT CLANG_FORMAT
)
message
(
WARNING
"clang-format not found - skipping 'generate' target!"
)
return
()
...
...
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