Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize reorderings by decreasing number of unnecessary copying #32

Open
benjaminvillalonga opened this issue Jul 24, 2019 · 0 comments
Labels
wontfix This will not be worked on

Comments

@benjaminvillalonga
Copy link
Contributor

NOT A PRIORITY. Right now general reorderings are split in three simpler ones. Every one of the simpler reorderings copies data from the tensor to scratch and back, so that each of the reorderings is complete and puts the data in the tensor data array. However, each simple reordering doesn't have to be complete in this sense, but only the end result of the three (or fewer, sometimes) simple reorderings. For this reason, a few copying parts of the reordering can be neglected, which can speed it up up to a 20-30% I estimate.

@s-mandra s-mandra added the wontfix This will not be worked on label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants