File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -524,9 +524,6 @@ def nvcc_threads_args():
524
524
"-DCUTLASS_ENABLE_GDC_FOR_SM90", # For PDL
525
525
"-DCUTLASS_DEBUG_TRACE_LEVEL=0", # Can toggle for debugging
526
526
"-DNDEBUG", # Important, otherwise performance is severely impacted
527
- "-Xfatbin", # compress all binary sections
528
- "-compress-all",
529
- "-compress-mode=size", # compress with CUDA fatbin more aggressively
530
527
]
531
528
if get_platform() == "win_amd64":
532
529
nvcc_flags.extend(
Original file line number Diff line number Diff line change @@ -206,9 +206,6 @@ def validate_and_update_archs(archs):
206
206
"--expt-relaxed-constexpr",
207
207
"--expt-extended-lambda",
208
208
"--use_fast_math",
209
- "-Xfatbin",
210
- "-compress-all",
211
- "-compress-mode=size",
212
209
# "--ptxas-options=-v",
213
210
# "--ptxas-options=-O2",
214
211
# "-lineinfo",
You can’t perform that action at this time.
0 commit comments