julia
4e4c0e5e
- simplification in `permutedims!` (#52623)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
simplification in `permutedims!` (#52623) `strides_1` was never used, and the `@nexprs` that creates `strides_i` can be replaced with `@ntuple`. Fixes #52615, credit: ararslan.
References
#52623 - simplification in `permutedims!`
Author
nsajko
Parents
ef549aef
Loading