fix: --x cu for .cuh compilation

This commit is contained in:
2026-05-28 05:06:13 +00:00
parent 4dcd80ea0d
commit 66d9f5c60f

View File

@@ -39,6 +39,7 @@ nvcc_cmd = [
"-DCUTE_ARCH_TCGEN05_F16F32_MMA_ENABLED",
"-c",
f"{REPO}/dsv4/kernels/attention/fmha_sm100.cuh",
"--x", "cu",
"-o", "/tmp/fmha_sm100_test.o",
"--ptxas-options=-v",
]