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
OpenDAS
TransformerEngine
Commits
47d6a78f
Commit
47d6a78f
authored
May 27, 2025
by
wenjh
Browse files
[DTK-25.04.1] Add support of __shfl_*sync apis
parent
521f8d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
transformer_engine/common/CMakeLists.txt
transformer_engine/common/CMakeLists.txt
+1
-0
No files found.
transformer_engine/common/CMakeLists.txt
View file @
47d6a78f
...
...
@@ -73,6 +73,7 @@ else()
# Disable Asserts In Code (Can't use asserts on HIP stack.)
add_definitions
(
-DNDEBUG
)
add_definitions
(
-DUSE_ROCM
)
add_definitions
(
-DHIP_ENABLE_WARP_SYNC_BUILTINS
)
# Change clang++ to hipcc
SET
(
CMAKE_CXX_COMPILER
"
${
ROCM_PATH
}
/bin/hipcc"
)
...
...
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