Skip to content

Commit

Permalink
Add missing default for `xla_gpu_triton_gemm_disable_reduced_precisio…
Browse files Browse the repository at this point in the history
…n_reduction`

PiperOrigin-RevId: 707191594
  • Loading branch information
frgossen authored and Google-ML-Automation committed Dec 17, 2024
1 parent be5b1af commit 9ba7f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/debug_options_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {

opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_gb(0);
opts.set_xla_gpu_auto_spmd_partitioning_memory_budget_ratio(1.1);
opts.set_xla_gpu_triton_gemm_disable_reduced_precision_reduction(false);
opts.set_xla_gpu_unsafe_pipelined_loop_annotator(false);

opts.set_xla_gpu_copy_insertion_use_region_analysis(false);
Expand Down

0 comments on commit 9ba7f35

Please sign in to comment.