tensor-compiler / taco

The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
http://tensor-compiler.org
Other
1.23k stars 186 forks source link

Reordering #197

Open jcrbloch opened 5 years ago

jcrbloch commented 5 years ago

Is there a way to convert an existing tensor to a new tensor with the same content, but with the modes ordered differently? This would be a generalization of matrix transposition to tensors.

suzmue commented 5 years ago

hi @jcrbloch! I am currently working on adding transpositions of tensors, which will also be able to handle mode reordering