Skip to content

Commit

Permalink
[XLA:GPU] Set reduce_window_rewrite_base_length to 16 by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 645811580
  • Loading branch information
chihuahua authored and copybara-github committed Jun 23, 2024
1 parent 6f3d842 commit e1d2db5
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 @@ -252,7 +252,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {

opts.set_xla_gpu_use_memcpy_local_p2p(false);

opts.set_xla_reduce_window_rewrite_base_length(32);
opts.set_xla_reduce_window_rewrite_base_length(16);

opts.set_xla_gpu_require_complete_aot_autotune_results(false);

Expand Down

0 comments on commit e1d2db5

Please sign in to comment.