Skip to content

Commit 1934c3f

Browse files
committed
check
1 parent a4b92e9 commit 1934c3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

csrc/tune_fp8_gemm.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ nohup python ./gpu/test_fp8_gemm.py \
2828
--k 4096 14336 \
2929
> tune_gemm.log 2>&1 &
3030

31-
nohup python ./gpu/test_fp8_dual_gemm.py \
32-
--m_min 32 \
33-
--m_max 32768 \
34-
--n 14336 \
35-
--k 4096 \
36-
> tune_dual_gemm.log 2>&1 &
31+
# nohup python ./gpu/test_fp8_dual_gemm.py \
32+
# --m_min 32 \
33+
# --m_max 32768 \
34+
# --n 14336 \
35+
# --k 4096 \
36+
# > tune_dual_gemm.log 2>&1 &

0 commit comments

Comments
 (0)