[JAX] WAR for XLA associative scan rewriter crash - #3525
KshitijLakhani wants to merge 1 commit into
Conversation
|
jberchtold-nvidia
left a comment
There was a problem hiding this comment.
LGTM pending CI, thanks!
|
@KshitijLakhani please sign your commit |
Signed-off-by: Kshitij Lakhani <klakhani@nvidia.com>
25b25c6 to
c9ec55a
Compare
Just did @ptrendx . Thanks for catching it ! |
|
Not merging this PR in as it only helps unblock CI and the XLA fix was just merged in. |
Description
An iterator-invalidation bug in XLA’s AssociativeScanRewriter causes intermittent compiler SIGSEGVs in CP fused-attention tests. The permanent fix is being handled in : openxla/xla#48879
This PR temporarily disables the affected XLA module pass for those CI tests. It will be reverted once the XLA fix is merged and available in the NVIDIA JAX image. This guarantees correctness in CI only (and not feature code) at the expense of some perf.
Type of change
Changes
The two command changes :
Checklist: