fix: use full nvcc path

This commit is contained in:
2026-05-28 05:05:55 +00:00
parent fac7275f2b
commit 4dcd80ea0d

View File

@@ -29,7 +29,7 @@ print("Step 1: nvcc syntax check")
print("=" * 60)
nvcc_cmd = [
"nvcc",
"/usr/local/cuda-13.2/bin/nvcc",
"--std=c++17",
"-gencode=arch=compute_100a,code=sm_100a",
f"-I{CUTLASS}/include",