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

Let broadcasting and transposes commute #299

Merged
merged 13 commits into from
Apr 19, 2024
Merged

Conversation

dlfivefifty
Copy link
Member

@dlfivefifty dlfivefifty commented Apr 17, 2024

Consider exp.(transpose(exp.(1:∞))). This will simplify to transpose(exp.(exp.(1:∞)) and thereby enable much faster construction.

This also allows faster linear indexing with lazy transposes/adjoints.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.82%. Comparing base (fcf5c6b) to head (559569b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
- Coverage   93.89%   93.82%   -0.07%     
==========================================
  Files          14       14              
  Lines        2423     2430       +7     
==========================================
+ Hits         2275     2280       +5     
- Misses        148      150       +2     

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

@dlfivefifty dlfivefifty changed the title Fixes to broadcast_sub_arguments Let broadcasting and transposes commute Apr 19, 2024
@dlfivefifty dlfivefifty merged commit 7a9679e into master Apr 19, 2024
12 of 13 checks passed
@dlfivefifty dlfivefifty deleted the dl/broadcastsubargslay branch April 19, 2024 13:08
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.

1 participant