From 3eb432d0640d95e242f3b69d5d447b2cf106be8e Mon Sep 17 00:00:00 2001 From: biondizzle Date: Thu, 28 May 2026 05:06:48 +0000 Subject: [PATCH] fix: CUTLASS path /root/cutlass --- tests/unit/test_fmha_sm100.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_fmha_sm100.py b/tests/unit/test_fmha_sm100.py index c24de076..3c598810 100644 --- a/tests/unit/test_fmha_sm100.py +++ b/tests/unit/test_fmha_sm100.py @@ -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)