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)