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
## Summary
- Add `BitwiseXorNode` to the MLX delegate schema, C++ runtime, Python
op handler, and tests
- Enables element-wise bitwise XOR for boolean and integer tensors via
`mlx::core::bitwise_xor`
Closes#18927
## Test plan
- [ ] `python -m executorch.backends.mlx.test.run_all_tests -k
bitwise_xor` passes both bool and int variants
- [ ] Existing MLX op tests remain passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
cc @metascroy
---------
Co-authored-by: Nanook <nanookclaw@users.noreply.github.com>
Co-authored-by: Scott Roy <161522778+metascroy@users.noreply.github.com>
0 commit comments