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
e8c89225
Commit
e8c89225
authored
Jan 07, 2026
by
wenjh
Browse files
Merge branch 'develop_v2.10' into release_v2.10
parents
72295c6e
dc86f372
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/cpp/CMakeLists.txt
tests/cpp/CMakeLists.txt
+1
-1
transformer_engine/common/CMakeLists.txt
transformer_engine/common/CMakeLists.txt
+1
-1
No files found.
tests/cpp/CMakeLists.txt
View file @
e8c89225
...
...
@@ -19,7 +19,7 @@ if(((EXISTS "/opt/dtk/") OR (EXISTS $ENV{ROCM_PATH})) AND NOT (EXISTS "/bin/nvcc
add_definitions
(
-DNDEBUG
)
add_definitions
(
-DUSE_ROCM
)
if
(
NOT DEFINED ENV{NVTE_ROCM_ARCH}
)
SET
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx926;gfx928;gfx936
)
SET
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx926;gfx928;gfx936
;gfx938
)
else
()
SET
(
CMAKE_HIP_ARCHITECTURES $ENV{NVTE_ROCM_ARCH}
)
endif
()
...
...
transformer_engine/common/CMakeLists.txt
View file @
e8c89225
...
...
@@ -125,7 +125,7 @@ else()
SET
(
CMAKE_CXX_COMPILER
"
${
ROCM_PATH
}
/bin/hipcc"
)
if
(
NOT DEFINED ENV{NVTE_ROCM_ARCH}
)
SET
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx926;gfx928;gfx936
)
SET
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx926;gfx928;gfx936
;gfx938
)
else
()
SET
(
CMAKE_HIP_ARCHITECTURES $ENV{NVTE_ROCM_ARCH}
)
endif
()
...
...
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