fix: --x cu for .cuh compilation
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user