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

Implements evaluations involving tensor-of-tensor using TiledArray #173

Merged
merged 22 commits into from
Apr 10, 2024

Conversation

bimalgaudel
Copy link
Member

No description provided.

// auto rh = hash::value(right);
// auto const& left_ = lh <= rh ? left : right;
// auto const& right_ = lh <= rh ? right : left;
// annot_ = GEMMPermutationOptimizer(Tidxs{left_.annot()}, //
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See how layout optimization happens in the reduction code in TA

@bimalgaudel bimalgaudel merged commit 90de014 into master Apr 10, 2024
8 checks passed
@bimalgaudel bimalgaudel deleted the gaudel/feature/tot branch April 10, 2024 16:21
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

Successfully merging this pull request may close these issues.

2 participants