Skip to content

Commit

Permalink
remove sm90 from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Feb 23, 2024
1 parent b84c985 commit 4589a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu4pyscf/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_C_STANDARD "99")
if(DEFINED CUDA_ARCHITECTURES)
set(CMAKE_CUDA_ARCHITECTURES "${CUDA_ARCHITECTURES}")
else()
set(CMAKE_CUDA_ARCHITECTURES "70-real;80-real;90-real")
set(CMAKE_CUDA_ARCHITECTURES "70-real;80-real")
endif()
message("CUDA_ARCHITECTURES: ${CMAKE_CUDA_ARCHITECTURES}")

Expand Down

0 comments on commit 4589a02

Please sign in to comment.