-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Move dotblas to multiarray #4969
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2f6da63
ENH: optimize STRING_compare by using memcmp
juliantaylor f615c6c
ENH: Add 'HAVE_CBLAS' macro for build purposes.
charris ace49c2
ENH: When cblas is available use it in descr->f->dot.
charris efd023f
MAINT, STY: Remove use of alterdot, restoredot in _dotblas.c.
charris 4e6066b
ENH: Move dotblas_matrixproduct down into multiarray.
charris 028d2de
MAINT: Update waf to 1.7.16
charris 52b8ab3
ENH: Move dotblas_innerproduct down into multiarray.
charris df0b65c
MAINT: Refactor ndarray.dot method to call PyArray_MatrixProduct2.
charris 63cc74e
ENH: Move vdot to multiarray.
charris fad1377
DOC: Update docs to reflect deprecation of alterdot and restoredot.
charris f6ab313
TST: Add vdot tests, move tests from test_blasdot to test_multiarray.
charris d8af083
ENH: np.dot: better "matrices not aligned" message
larsmans a746e3a
BUG: Capitalize environmental variables in numpy/core/__init__.py.
charris d07c4c7
ENH: include shapes in "matrices not aligned" msg
larsmans ce32d9e
BLD: check for CBLAS header in "unoptimized" blas
juliantaylor 91f89e4
Merge pull request #3 from juliantaylor/system-blas
charris ec5ef40
Merge branch 'dot-errmsg' into pr/4969
larsmans cfd462e
Merge pull request #2 from larsmans/dot-errmsg-no-dotblas
charris a3c70cc
STY: Add spaces around '-'.
charris affeaf5
TST: Silence some warning that turns up on OpenBSD.
charris 4097ec3
BUG: fix percentage reporting when testing.assert_allclose fails.
pp-mo ea32c90
Use more portable test methods.
pp-mo 138b3bf
Merge pull request #5031 from charris/speedup-old-polynomial-functions
seberg 4a501a0
Merge pull request #5025 from pp-mo/assert_allclose_percent
juliantaylor 588bcc4
Merge pull request #5020 from charris/disable-some-test-warnings
juliantaylor 0f0575c
Merge pull request #4572 from juliantaylor/string-cmp
juliantaylor 889821a
Merge branch 'old-move-dotblas' into move-dotblas-to-multiarray
charris 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
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.
another unrelated PR that somehow got in here