Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use "true" and "false" instead of 0 and 1 #890

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samos123
Copy link
Contributor

@samos123 samos123 commented Dec 12, 2024

Jax/XLA expects true and false strings instead of using 0 and 1 for certain kind of boolean flags (TriStateFlag which also accepts "auto").

This should solve this issue:

ERROR: Illegal value '1' specified for flag 'xla_should_add_loop_invariant_op_in_chain'; expected one of true/enabled, false/disabled or auto

Confirmed by Jax team that we should use "true" and "false" so TriStateflags which are like boolean flags work as well.

Jax/XLA seem to expect true and false strings instead of using 0 and 1.
Copy link
Contributor

@ruomingp ruomingp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Is there a test that can added or updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants