Skip to content

Commit 4a23f8b

Browse files
author
Zhaowu Pan
authored
Disable fast math due to precision issue (#10697)
* Disable fast math for fused precision isssue. * Disable TDU fm.
1 parent 4ba0e30 commit 4a23f8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

slm/model_zoo/gpt-3/external_ops/setup_fp8.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def setup_fused_quant_ops():
5858
"-DCUTE_ARCH_MMA_SM90A_ENABLE",
5959
"--expt-relaxed-constexpr",
6060
"--expt-extended-lambda",
61-
"--use_fast_math",
6261
"-lineinfo",
6362
"-DCUTLASS_DEBUG_TRACE_LEVEL=0",
6463
"-maxrregcount=50",
@@ -98,7 +97,6 @@ def setup_token_dispatcher_utils():
9897
"-DCUTE_ARCH_MMA_SM90A_ENABLE",
9998
"--expt-relaxed-constexpr",
10099
"--expt-extended-lambda",
101-
"--use_fast_math",
102100
"-maxrregcount=32",
103101
"-lineinfo",
104102
"-DCUTLASS_DEBUG_TRACE_LEVEL=0",

0 commit comments

Comments
 (0)