Skip to content
Snippets Groups Projects
Commit 4e3bed96 authored by Alexander Pivovarov's avatar Alexander Pivovarov Committed by TensorFlower Gardener
Browse files

PR #23718: Add missing hlo_argument_modes to the error message

Imported from GitHub PR https://github.com/openxla/xla/pull/23718

The `multihost_hlo_runner` supports five `--hlo_argument_mode` options, but existing error message lists only three modes.
This PR adds missing modes to the error message - specifically "use_zeros_as_input" and "uninitialized"

Additionally, the error message now uses raw string literals (R"()") to simplify the code and avoid unnecessary escape characters.
Copybara import of the project:

--
f0abbde8f3cd514acfdfb68701483c73e77ef50e by Alexander Pivovarov <pivovaa@amazon.com>:

Add missing hlo_argument_modes to error message

Merging this change closes #23718

FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/openxla/xla/pull/23718 from apivovarov:fix_err_msg f0abbde8f3cd514acfdfb68701483c73e77ef50e
PiperOrigin-RevId: 736784501
parent 7811642e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment