Unverified Commit e9661d3b authored by Muhammed Fatih BALIN's avatar Muhammed Fatih BALIN Committed by GitHub
Browse files

[CUDA] Add Ada architecture to DGL architecture list. (#7282)

parent 7b470eb0
......@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment