fix: use full nvcc path
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user