We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b92e9 commit 1934c3fCopy full SHA for 1934c3f
csrc/tune_fp8_gemm.sh
@@ -28,9 +28,9 @@ nohup python ./gpu/test_fp8_gemm.py \
28
--k 4096 14336 \
29
> tune_gemm.log 2>&1 &
30
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 &
+# nohup python ./gpu/test_fp8_dual_gemm.py \
+# --m_min 32 \
+# --m_max 32768 \
+# --n 14336 \
+# --k 4096 \
+# > tune_dual_gemm.log 2>&1 &
0 commit comments