Skip to content

Commit

Permalink
remove Pascal architectures from supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Dec 5, 2023
1 parent cbd8ade commit 7ed4308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()
# cuhornet currently doesn't support
#
# >= 90
set(supported_archs "60" "62" "70" "72" "75" "80" "86" "89" "90")
set(supported_archs "70" "72" "75" "80" "86" "89" "90")
foreach( arch IN LISTS CMAKE_CUDA_ARCHITECTURES)
string(REPLACE "-real" "" arch ${arch})
if( arch IN_LIST supported_archs )
Expand Down

0 comments on commit 7ed4308

Please sign in to comment.