Skip to content

Updates to CP #499

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

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Updates to CP #499

wants to merge 33 commits into from

Conversation

kmp5VT
Copy link
Contributor

@kmp5VT kmp5VT commented Jan 22, 2025

Bump BTAS tag and make a new CP algorithm in TA that computes the decomposition of an order-4 tensor in the THC representation.

TODO

  • Make a unit-test for the CP algorithm

@kmp5VT kmp5VT requested a review from evaleev March 13, 2025 21:50
@kmp5VT
Copy link
Contributor Author

kmp5VT commented Mar 13, 2025

This should be ready to merge but does depend on a BTAS update

@kmp5VT
Copy link
Contributor Author

kmp5VT commented May 27, 2025

@evaleev the BTAS PR is ready to merge so this PR is also ready to merge

TA_ASSERT(!cp_factors.empty(),
"CP factor matrices have not been computed)");
auto result = cp_factors;
if(with_lambda){
Copy link
Member

Choose a reason for hiding this comment

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

@kmp5VT you don't seem to have git hooks installed, please see https://valeevgroup.github.io/tiledarray/dox-master/_workflow-_notes.html

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added git hooks and ran clang-format but I am not sure if it actually did anything

@evaleev
Copy link
Member

evaleev commented Jun 25, 2025

@kmp5VT is this ready for re-review?

@kmp5VT
Copy link
Contributor Author

kmp5VT commented Jun 26, 2025

@evaleev Yes I believe this is ready for review again

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