Enzyme-JAX
Enzyme-JAX copied to clipboard
Transpose Optimizations Missing (Move Transposes Up)
- [x] transpose (slice x) -> slice (transpose ) (in https://github.com/EnzymeAD/Enzyme-JAX/pull/567)
- [x] transpose reshape
- [x] transpose (binary op) -- several of these will get fused with broadcast_in_dims
- [x] transpose (concat)
- [ ] reshape transpose