Skip to content

Commit 43e8fec

Browse files
* Temporarily revert the change required to fix issue NVIDIA#2602
Signed-off-by: Pradnya Khalate <[email protected]>
1 parent d99f149 commit 43e8fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ endfunction()
519519

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

0 commit comments

Comments
 (0)