julia
4e4c0e5e - simplification in `permutedims!` (#52623)

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.
Author
Parents
Loading