fix: CUTLASS path /root/cutlass

This commit is contained in:
2026-05-28 05:06:48 +00:00
parent 66d9f5c60f
commit 3eb432d064

View File

@@ -21,7 +21,7 @@ def get_repo_root():
REPO = get_repo_root()
print(f"Repo root: {REPO}")
CUTLASS = "/root/dsv4-nvfp4-workspace/cutlass"
CUTLASS = "/root/cutlass"
# Step 1: Try nvcc compile (just syntax check)
print("\n" + "=" * 60)