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 there is a while loop with one output on pinned host and other one on device with the same shape, a CSE pass will combine their buffers and this will break host offloader (on GPU).
The CSE pass was newly introduced as a side effect of turning --xla_gpu_experimental_enable_triton_softmax_priority_fusion on by default (see eab45d5).
If there is a while loop with one output on pinned host and other one on device with the same shape, a CSE pass will combine their buffers and this will break host offloader (on GPU).
The CSE pass was newly introduced as a side effect of turning
--xla_gpu_experimental_enable_triton_softmax_priority_fusion
on by default (see eab45d5).JAX repro (GPU):
Error message:
The text was updated successfully, but these errors were encountered: