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

(dialects): add linalg.tranpose #2280

Merged
merged 8 commits into from
Mar 3, 2024
Merged

(dialects): add linalg.tranpose #2280

merged 8 commits into from
Mar 3, 2024

Conversation

kayode-gif
Copy link
Collaborator

@kayode-gif kayode-gif commented Mar 2, 2024

resolves #2275

@kayode-gif kayode-gif added the dialects Changes on the dialects label Mar 2, 2024
@kayode-gif kayode-gif requested a review from superlopuh March 2, 2024 20:46
@kayode-gif kayode-gif self-assigned this Mar 2, 2024
@kayode-gif
Copy link
Collaborator Author

kayode-gif commented Mar 2, 2024

facing pyright issues based on using DenseArrayBase.from_list(i64, permutation),
edit: its all good

Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.53%. Comparing base (809faed) to head (602b1ff).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2280      +/-   ##
==========================================
+ Coverage   89.51%   89.53%   +0.01%     
==========================================
  Files         329      329              
  Lines       39374    39430      +56     
  Branches     5892     5898       +6     
==========================================
+ Hits        35247    35303      +56     
  Misses       3267     3267              
  Partials      860      860              

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

@compor compor self-requested a review March 3, 2024 11:23
@kayode-gif kayode-gif marked this pull request as ready for review March 3, 2024 12:45
@kayode-gif kayode-gif merged commit 352d1f1 into main Mar 3, 2024
10 checks passed
@kayode-gif kayode-gif deleted the oke/add-linalg-transpose branch March 3, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dialects: (linalg) add linalg.transpose
3 participants