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
dgl
Commits
05fadb06
Commit
05fadb06
authored
Jan 10, 2026
by
sangwz
Browse files
Update CMakeLists.txt, add gfx938 target
parent
187b354a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
05fadb06
...
@@ -158,7 +158,7 @@ if(USE_HIP)
...
@@ -158,7 +158,7 @@ if(USE_HIP)
project
(
dgl C CXX HIP
)
project
(
dgl C CXX HIP
)
include
(
cmake/modules/ROCM.cmake
)
include
(
cmake/modules/ROCM.cmake
)
# target_compile_features(dgl PRIVATE cxx_std_17)
# target_compile_features(dgl PRIVATE cxx_std_17)
set
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx928;gfx926;gfx936
)
set
(
CMAKE_HIP_ARCHITECTURES gfx906;gfx928;gfx926;gfx936
;gfx938
)
# see https://github.com/NVIDIA/thrust/issues/1401
# see https://github.com/NVIDIA/thrust/issues/1401
if
(
NOT DEFINED ENV{ROCM_PATH}
)
if
(
NOT DEFINED ENV{ROCM_PATH}
)
set
(
ROCM_PATH
"/opt/dtk"
CACHE PATH
"Path to which RoCm has been installed"
)
set
(
ROCM_PATH
"/opt/dtk"
CACHE PATH
"Path to which RoCm has been installed"
)
...
...
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