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

Support many storage formats #6

Open
ldalessa opened this issue Apr 3, 2019 · 0 comments
Open

Support many storage formats #6

ldalessa opened this issue Apr 3, 2019 · 0 comments

Comments

@ldalessa
Copy link
Contributor

ldalessa commented Apr 3, 2019

The tensor template currently supports two storage formats, either a tensor-managed stack-allocated row-major array format, or an externally allocated row-major array format. This is somewhat restrictive as there are many other storage formats we would like to experiment with, e.g., column-major storage, tensor-managed heap storage, external struct-of-array formats. We would also like to be able to investigate storage formats that can handle things like symmetry and anti-symmetry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant