Skip to content

Commit

Permalink
Disable scatter_determinism_expander as it causes failure on internal…
Browse files Browse the repository at this point in the history
… test.

PiperOrigin-RevId: 697064519
  • Loading branch information
reedwm authored and Google-ML-Automation committed Nov 16, 2024
1 parent 72f6cca commit badb11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/debug_options_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
opts.set_xla_enable_fast_math(false);
opts.set_xla_gpu_experimental_parallel_collective_overlap_limit(1);
opts.set_xla_pjrt_allow_auto_layout_in_hlo(false);
opts.set_xla_gpu_enable_scatter_determinism_expander(true);
opts.set_xla_gpu_enable_scatter_determinism_expander(false);
return opts;
}

Expand Down

0 comments on commit badb11c

Please sign in to comment.