From de9b50cbe77cbcd37fc963a8153f48e4ab170b4a Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sat, 16 May 2026 02:21:17 +0000 Subject: [PATCH] fix: use setup.py install for CUTLASS extension build --- tests/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index e2bb502b..89daa71f 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -35,7 +35,7 @@ pip install -e . --no-build-isolation -q # Build the CUTLASS NVFP4 GEMM C++ extension echo " Building CUTLASS C++ extension..." cd "$REPO_DIR/src/nvfp4_megamoe_kernel/cutlass_nvfp4_gemm" -pip install -e . --no-build-isolation -q +python setup.py install # 4. Run the test echo "[4/4] Running layer test..."