Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use view for RNN gate slice extraction
This was originally passed over in #907, but I don't find that argument particularly compelling as the return value is only ever used once. Any negative impact on caching is going to happen anyhow during the slice materialization, so we might as well just let the subsequent fused broadcasts handle said materialization for us while reducing allocations.
- Loading branch information