You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jipolanco, just watching your talk now and have a technical question: for the custom permutated array that you seem to have, can't you just use PermutedDimsArray?
The text was updated successfully, but these errors were encountered:
Ah sorry I posted too fast, I thought you weren't going to come back to it but I see you did, sorry! Would be nice to have these improvements directly in julia Base!
I agree! And thanks for mentioning this. At some point I was planning to propose something like this for Julia base, but I wanted first to have a proper reference implementation of a PermutedDimsArray alternative.
The thing is that, for now, the PencilArray type includes code for dealing with permutations + all the other stuff that I presented. So the idea is to take the permutation stuff out of PencilArray, and define a PermutedDimsArray-like type which implements this. This type will likely be defined in the (very lightweight) StaticPermutations.jl package, which already defines the Permutation type and a few permutation operations.
Hi @jipolanco, just watching your talk now and have a technical question: for the custom permutated array that you seem to have, can't you just use PermutedDimsArray?
The text was updated successfully, but these errors were encountered: