Skip to content

Commit

Permalink
PR #21805: Fix typo in cli flag help message
Browse files Browse the repository at this point in the history
Imported from GitHub PR #21805

Copybara import of the project:

--
ec36696 by Zentrik <[email protected]>:

Fix typo in cli flag help message

Merging this change closes #21805

COPYBARA_INTEGRATE_REVIEW=#21805 from Zentrik:patch-1 ec36696
PiperOrigin-RevId: 720569344
  • Loading branch information
Zentrik authored and Google-ML-Automation committed Jan 28, 2025
1 parent a51ad1a commit 2dd08e7
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 @@ -942,7 +942,7 @@ void MakeDebugOptionsFlags(std::vector<tsl::Flag>* flag_list,
"xla_cpu_prefer_vector_width",
int32_setter_for(&DebugOptions::set_xla_cpu_prefer_vector_width),
debug_options->xla_cpu_prefer_vector_width(),
"Preferred vector with for the XLA:CPU LLVM backend."));
"Preferred vector width for the XLA:CPU LLVM backend."));
flag_list->push_back(tsl::Flag(
"xla_cpu_max_isa",
uppercase_string_setter_for(&DebugOptions::set_xla_cpu_max_isa),
Expand Down

0 comments on commit 2dd08e7

Please sign in to comment.