Skip to content

Commit

Permalink
[XLA:GPU] Make sure that xla_gpu_enable_pgle_accuracy_checker is fals…
Browse files Browse the repository at this point in the history
…e explicitly.

It got lost when #15317 was merged internally.

PiperOrigin-RevId: 674248476
  • Loading branch information
golechwierowicz authored and Google-ML-Automation committed Sep 13, 2024
1 parent 8a450b6 commit c1ef7f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/debug_options_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {

opts.set_xla_gpu_enable_triton_gemm_int4(false);

opts.set_xla_gpu_enable_pgle_accuracy_checker(false);

opts.set_xla_gpu_executable_warn_stuck_timeout_seconds(10);
opts.set_xla_gpu_executable_terminate_timeout_seconds(30);
return opts;
Expand Down

0 comments on commit c1ef7f8

Please sign in to comment.