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
It would be nice to have an operator/constructor in DDC which can reorder dimensions. This is a kind of transpose operator.
E.g. build ddc::Chunk<double, ddc::DiscreteDimension<DimX, DimY>> from ddc::Chunk<double, ddc::DiscreteDimension<DimY, DimX>>
Ideally such an operator would use blocking to be efficient.
If the operator is added the functions create_transpose_mirror_view_and_copy and create_transpose_mirror_view should also be implemented
The text was updated successfully, but these errors were encountered:
It would be nice to have an operator/constructor in DDC which can reorder dimensions. This is a kind of transpose operator.
E.g. build
ddc::Chunk<double, ddc::DiscreteDimension<DimX, DimY>>
fromddc::Chunk<double, ddc::DiscreteDimension<DimY, DimX>>
Ideally such an operator would use blocking to be efficient.
If the operator is added the functions
create_transpose_mirror_view_and_copy
andcreate_transpose_mirror_view
should also be implementedThe text was updated successfully, but these errors were encountered: