- Notifications
You must be signed in to change notification settings - Fork15
Addsemiring(A @ B @ C) that applies semiring to both matmuls#501
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
6e8814b Add `semiring(A @ B @ C)` that applies semiring to both matmuls
eriknw7d73cb6 WIP: begin implementing ewise add too
eriknw6285d83 Fix imports
eriknwd8a5f47 Merge branch 'main' into multi_arg_semiring
eriknwfa61888 checkpoint
eriknw9b1fdb1 a little more
eriknw8a6333a Merge branch 'main' into multi_arg_semiring
eriknw84ae93e Merge branch 'main' into multi_arg_semiring
eriknwef74652 Merge branch 'main' into multi_arg_semiring
eriknw0a26c3e bump pre-commit
eriknw2623bef Merge branch 'multi_arg_semiring2' into multi_arg_semiring
eriknw314c190 Merge branch 'main' into multi_arg_semiring
eriknw5396330 More tests
eriknwb278d2b Merge branch 'main' into multi_arg_semiring
eriknw343081e more tests
eriknwecaf6ac Getting very close I think
eriknw18a1e1b Clean up, and handle dimension mismatch more explicitly in infix exprs
eriknwbaf4709 Merge branch 'main' into multi_arg_semiring
eriknwFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
16 changes: 12 additions & 4 deletionsgraphblas/core/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletionsgraphblas/core/infix.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.