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

Improve ktensor.full() #300

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Improve ktensor.full() #300

merged 3 commits into from
Oct 24, 2024

Conversation

ghbrown
Copy link
Contributor

@ghbrown ghbrown commented Jun 25, 2024

Implements the more optimized version of ktensor.full() from MATLAB Tensor Toolbox. This results in an effective peak memory of tensor_size (down from rank*tensor_size) and a speedup of 5-50x depending on tensor shape and size.

See #299 for a more detailed discussion with benchmarks.


📚 Documentation preview 📚: https://pyttb--300.org.readthedocs.build/en/300/

@ghbrown ghbrown mentioned this pull request Jun 25, 2024
2 tasks
@ghbrown
Copy link
Contributor Author

ghbrown commented Jun 25, 2024

Local branch issues messed up this PR as well. I'll close and reopen an appropriate replacement in a few hours.
Fixed with a rebase and force push.

@dmdunla dmdunla merged commit dcc0e91 into sandialabs:main Oct 24, 2024
9 checks passed
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