Skip to content

Commit

Permalink
[XLA:GPU] Remove no-op flags xla_gpu_enable_dot_strength_reduction.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718866083
  • Loading branch information
bchetioui authored and Google-ML-Automation committed Jan 23, 2025
1 parent 4a9c615 commit 2fe62ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xla/debug_options_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1987,9 +1987,6 @@ void MakeDebugOptionsFlags(std::vector<tsl::Flag>* flag_list,
stream_executor::IsLibNvJitLinkSupported(),
"Use libnvjitlink for PTX-to-GPU-assembly compilation instead of "
"calling ptxas."));
flag_list->push_back(tsl::Flag("xla_gpu_enable_dot_strength_reduction",
noop_flag_setter<bool>, true,
"[Deprecated, do not use]"));
flag_list->push_back(tsl::Flag(
"xla_gpu_enable_bf16_6way_gemm",
bool_setter_for(&DebugOptions::set_xla_gpu_enable_bf16_6way_gemm),
Expand Down

0 comments on commit 2fe62ae

Please sign in to comment.