Skip to content

Conversation

lkdvos
Copy link
Contributor

@lkdvos lkdvos commented Mar 13, 2025

Introduces a benchmark suite for contractions, based on the contractions provided in:

Paul Springer: High-Performance Tensor Operations (Doctoral Thesis), RWTH Aachen University, 2018

(https://tensornetwork.org/benchmarks/)

@codecov
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.60%. Comparing base (4e5cc20) to head (007a1b7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   94.60%   94.60%           
=======================================
  Files          15       15           
  Lines         371      371           
=======================================
  Hits          351      351           
  Misses         20       20           
Flag Coverage Δ
docs 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman
Copy link
Member

Very cool, thanks!

Just as a heads up, I have not focused on optimization at all yet, and I know we are missing certain optimizations (for example, we are not making use of the fact that certain contractions can be mapped to a transposed matrix multiplication, and in those cases are naively permuting the tensors).

@lkdvos
Copy link
Contributor Author

lkdvos commented Mar 13, 2025

I bumped the version, do you want to merge it so the registrator actions work?

@mtfishman mtfishman merged commit 2c46a8e into ITensor:main Mar 13, 2025
12 checks passed
@lkdvos lkdvos deleted the benchmarks branch March 13, 2025 19:31
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