feat: remove sm75 (#9207)

This commit is contained in:
Yineng Zhang
2025-08-14 22:27:14 -07:00
committed by GitHub
parent 1f9d65f57d
commit 9d54c6e6dd
2 changed files with 1 additions and 2 deletions

View File

@@ -170,7 +170,6 @@ option(SGL_KERNEL_ENABLE_FA3 "Enable FA3" OFF)
if (ENABLE_BELOW_SM90)
list(APPEND SGL_KERNEL_CUDA_FLAGS
"-gencode=arch=compute_75,code=sm_75"
"-gencode=arch=compute_80,code=sm_80"
"-gencode=arch=compute_89,code=sm_89"
)