This commit is contained in:
2025-03-15 00:13:50 +05:00
parent b778652ef8
commit 7e1705c720
5 changed files with 24 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
NVCC := nvcc
NVCC_FLAGS := -rdc=true -O3 -use_fast_math -Xptxas -O3 \
NVCC_FLAGS := -rdc=true -O3 -Xptxas -O3 \
-gencode arch=compute_75,code=sm_75 \
--default-stream per-thread \
-Wno-deprecated-gpu-targets \