Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions transformer_engine/jax/version_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def is_triton_autotuned_alias_safe() -> bool:


# XLA gained the ``gpu_stream:collective`` stream annotation in openxla/xla#39604,
# which ships in the JAX 0.10.0 release. Older XLA fatally fails on it.
_COLLECTIVE_STREAM_MIN_JAX_VERSION = "0.10.0"
# first shipping in JAX 0.10.1. Older XLA fatally fails on it.
_COLLECTIVE_STREAM_MIN_JAX_VERSION = "0.10.1"


def is_collective_stream_supported() -> bool:
Expand Down
Loading