Commit 8949a40
Add MLX op handler for aten.bitwise_xor (#18927)
Add BitwiseXorNode to the MLX delegate, enabling element-wise bitwise
XOR for boolean and integer tensors via mlx::core::bitwise_xor.
Closes #18927
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2f339f0 commit 8949a40
10 files changed
Lines changed: 9425 additions & 1 deletion
File tree
- backends/mlx
- runtime
- serialization
- _generated
- test
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
493 | 500 | | |
494 | 501 | | |
495 | 502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1395 | 1395 | | |
1396 | 1396 | | |
1397 | 1397 | | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
1398 | 1405 | | |
1399 | 1406 | | |
1400 | 1407 | | |
| |||
2227 | 2234 | | |
2228 | 2235 | | |
2229 | 2236 | | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
2230 | 2241 | | |
2231 | 2242 | | |
2232 | 2243 | | |
| |||
0 commit comments