-
-
Notifications
You must be signed in to change notification settings - Fork 9
Feat: Adding Linear Algebra Dot operation support #116
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
Open
SwayamInSync
wants to merge
48
commits into
numpy:main
Choose a base branch
from
SwayamInSync:dot
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,743
−910
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
bc333df
interfacing with qblas
SwayamInSync babaa96
adding test cases
SwayamInSync c3aaa05
test-1: ci
SwayamInSync ca7dd6d
fixing ci
SwayamInSync 04314e3
fixing ci
SwayamInSync 037021a
fixing ci
SwayamInSync d6fc9c6
fixing linux CI
SwayamInSync f99f565
fixing linux CI
SwayamInSync fb3579c
fixing linux CI
SwayamInSync 03e9acd
fixing linux CI
SwayamInSync 1ed7bab
fixing linux CI
SwayamInSync 63a355e
fixing linux CI
SwayamInSync 88a98d1
fixing linux CI
SwayamInSync 764fc72
updating qblas:
SwayamInSync 1669e5f
fixing macos CI
SwayamInSync b35bac3
bumping macos deployment target
SwayamInSync 042b25a
bumping macos deployment target
SwayamInSync f78dd90
dynamic macos deployment target
SwayamInSync cd88de0
explicit init of res array in dot-mat-mat
SwayamInSync abf0224
fixing windows CI
SwayamInSync c5198d1
disabling qblas for windows; MSVC incompatibility
SwayamInSync c0d93f8
updating CI triggering paths
SwayamInSync 838adee
updating CI triggering paths
SwayamInSync 433aa90
reverting branch to main
SwayamInSync 5836505
bumping qblas
SwayamInSync 33b48fe
umath refactor
SwayamInSync a35abce
updaing ci
SwayamInSync 8516544
switching to apt
SwayamInSync 335f425
submodule fix
SwayamInSync 85e7840
submodule fix
SwayamInSync e467f4b
submodule fix
SwayamInSync e201b90
initial matmul ufunc setup
SwayamInSync 09918a3
mid-way test
SwayamInSync 70ca644
shifting to matmul ufunc
SwayamInSync f89c2e6
will figure out later
SwayamInSync 894a84d
matmul registered with naive
SwayamInSync 6800a90
adding initial qblas support to matmul ufunc, something is breaking, nan
SwayamInSync 742ce64
matmul ufunc completed, naive plugged, qblas experimental
SwayamInSync d993bc9
adding release tracker to keep record for tasks, v1.0.0
SwayamInSync c518a29
it should be failing but passes on x86-64
SwayamInSync bbce2ac
ahh stupid me :), fallback to naive for MSVC
SwayamInSync 5e5fa65
switching to internal function use only
SwayamInSync cec5ace
this should fix them all
SwayamInSync 1fe6c81
wrapping up
SwayamInSync 8f16b99
updated branch to main
SwayamInSync 238ef89
Merge pull request #2 from SwayamInSync/matmul-ufunc
SwayamInSync ed47e33
added test coverage in release_tracker.md
SwayamInSync 573eb76
more edge tests
SwayamInSync File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "quaddtype/numpy_quaddtype/QBLAS"] | ||
path = quaddtype/numpy_quaddtype/QBLAS | ||
url = https://github.com/SwayamInSync/QBLAS |
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work on Windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I can add a section for windows build too in README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(if not, maybe add a comment with a different suggestion)