Skip to content

Commit

Permalink
* Temporarily revert the change required to fix issue #2602
Browse files Browse the repository at this point in the history
Signed-off-by: Pradnya Khalate <[email protected]>
  • Loading branch information
khalatepradnya committed Feb 26, 2025
1 parent d99f149 commit 43e8fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ endfunction()

if(CMAKE_CUDA_COMPILER)
if (NOT CUDA_TARGET_ARCHS)
# Volta, Ampere, Hopper, Blackwell
set(CUDA_TARGET_ARCHS "70;80;90;100")
# Volta, Ampere, Hopper (TBA - Blackwell = 100)
set(CUDA_TARGET_ARCHS "70;80;90")
endif()
CUDA_get_gencode_args(CUDA_gencode_flags ${CUDA_TARGET_ARCHS})
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -shared -std=c++17 ${CUDA_gencode_flags} --compiler-options -fPIC")
Expand Down

0 comments on commit 43e8fec

Please sign in to comment.