Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions transformer_engine/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ if(NOT arch_100_index EQUAL -1)
if(CUDAToolkit_VERSION VERSION_GREATER_EQUAL 12.9)
list(APPEND NVTE_SPECIFIC_ARCHS "103a")
endif()
if(CUDAToolkit_VERSION VERSION_GREATER_EQUAL 13.4)
list(APPEND NVTE_SPECIFIC_ARCHS "107a")
endif()
endif()

# Check for architecture 101 (if we see this we are in toolkit <= 12.9)
Expand Down
Loading