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

Define BlockedTuple #9

Merged
merged 17 commits into from
Jan 10, 2025
Merged

Define BlockedTuple #9

merged 17 commits into from
Jan 10, 2025

Conversation

ogauthe
Copy link
Collaborator

@ogauthe ogauthe commented Jan 9, 2025

This PR defines BlockedTuple, a Tuple of Tuple like structure with a BlockArrays.jl interface. Data is stored as one flat tuple, with divisions stored as a type parameter (as opposed to storing N tuples).

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.71%. Comparing base (74c6607) to head (f554927).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##            main       #9       +/-   ##
==========================================
+ Coverage   0.00%   85.71%   +85.71%     
==========================================
  Files         12       16        +4     
  Lines        284      336       +52     
==========================================
+ Hits           0      288      +288     
+ Misses       284       48      -236     
Flag Coverage Δ
docs 0.00% <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.

@mtfishman
Copy link
Member

@ogauthe related to the discussions about type stability, can you add tests for type stability? You can use TestExtras.@constinferred for that, you can see its usage in TypeParameterAccessors.jl.

@mtfishman
Copy link
Member

@ogauthe thanks for rewriting in terms of AbstractBlockTuple, can you reorganize the file so that code defined on AbstractBlockTuple goes above the definition of the BlockedTuple struct, and code specialized to BlockedTuple goes below the definition? I find that kind of organization makes it easier to distinguish generic code from type-specific code.

@mtfishman
Copy link
Member

Looks great, thanks! This will be very useful, it will be nice to use this to simplify the implementation of BlockedPermutation. Also it would be nice to split this off into a separate BlockTuples.jl package since I imagine others will find it useful, after we test it out internally.

@lkdvos if you have time could you look into the remaining type instabilities? I imagine it shouldn't be too hard to fix those either by tweaking the code, adding @inline annotations or other compiler annotations, etc.

@mtfishman mtfishman merged commit fae747c into ITensor:main Jan 10, 2025
11 checks passed
@mtfishman mtfishman changed the title define BlockedTuple Define BlockedTuple Jan 10, 2025
@ogauthe ogauthe deleted the BlockedTuple branch January 10, 2025 19:58
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