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
fix: SelectiveScan NIF test shape mismatch on EXLA backend
- Use explicit {_, tensor} pattern matching instead of |> elem(1) for
Nx.Random.uniform (EXLA may return key/tensor differently in JIT context)
- Transfer all tensors to BinaryBackend before NIF calls (NIF uses Nx.to_binary)
- Remove @tag :slow to prevent --include slow from pulling in NIF tests
(module already gated by @moduletag :nif and :cuda)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments