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
e9661d3b
Unverified
Commit
e9661d3b
authored
Apr 08, 2024
by
Muhammed Fatih BALIN
Committed by
GitHub
Apr 08, 2024
Browse files
[CUDA] Add Ada architecture to DGL architecture list. (#7282)
parent
7b470eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/modules/CUDA.cmake
cmake/modules/CUDA.cmake
+1
-1
No files found.
cmake/modules/CUDA.cmake
View file @
e9661d3b
...
...
@@ -17,7 +17,7 @@ if (CUDA_VERSION_MAJOR GREATER_EQUAL "11")
set
(
dgl_cuda_arch_ptx
"80"
"86"
)
endif
()
if
(
CUDA_VERSION VERSION_GREATER_EQUAL
"11.8"
)
list
(
APPEND dgl_known_gpu_archs
"90"
)
list
(
APPEND dgl_known_gpu_archs
"89"
"90"
)
set
(
dgl_cuda_arch_ptx
"90"
)
endif
()
if
(
CUDA_VERSION VERSION_GREATER_EQUAL
"12.0"
)
...
...
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