feat: cmake fit 4090

This commit is contained in:
kradchen
2025-03-27 09:03:11 +08:00
parent a248ae64e5
commit 04368de320
4 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ target_compile_options(SaftTofi PRIVATE $<$<COMPILE_LANGUAGE:CUDA>:
--compiler-options -fPIC
--use_fast_math
--ptxas-options=-v
-arch compute_30 -code compute_30,sm_30
-arch compute_89 -code compute_89,sm_89
>)
target_link_libraries(SaftTofi PRIVATE ${CUDA_RUNTIME_LIBRARY} )