Skip to content

Commit 9ba7f35

Browse files
frgossenGoogle-ML-Automation
authored andcommitted
Add missing default for xla_gpu_triton_gemm_disable_reduced_precision_reduction
PiperOrigin-RevId: 707191594
1 parent be5b1af commit 9ba7f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xla/debug_options_flags.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
213213

214214
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_gb(0);
215215
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_ratio(1.1);
216+
opts.set_xla_gpu_triton_gemm_disable_reduced_precision_reduction(false);
216217
opts.set_xla_gpu_unsafe_pipelined_loop_annotator(false);
217218

218219
opts.set_xla_gpu_copy_insertion_use_region_analysis(false);

0 commit comments

Comments
 (0)