You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to remove convert_output... decorator from tests/jax/ops/test_comparison_operands.py we start getting errors about unexpected buffer sizes somewhere in XLA code.
This should work out of the box due to BaseTester._match_data_types. Investigate further.
After fixing, split file into multiple files, one per op.
The text was updated successfully, but these errors were encountered:
If we try to remove
convert_output...
decorator fromtests/jax/ops/test_comparison_operands.py
we start getting errors about unexpected buffer sizes somewhere in XLA code.This should work out of the box due to
BaseTester._match_data_types
. Investigate further.After fixing, split file into multiple files, one per op.
The text was updated successfully, but these errors were encountered: