-
Notifications
You must be signed in to change notification settings - Fork 38
Reduce allocations for multipling LazyTensor of sparse and dense #80
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
671fae8
make shape and strides a tuple
AmitRotem 2a19fd9
make _strides type stable for tuple
AmitRotem 0a5e5b5
reduce calls to _comp_size
AmitRotem e051a0a
remove type constraint from _get_shape_and_srtides
AmitRotem 52c0551
fix typo
AmitRotem 6070884
allow _gemm_recursive_lazy_dense matrix vector mul
AmitRotem 5b473d6
type fix
AmitRotem 9911d6e
Merge branch 'qojulia:master' into master
AmitRotem cca18de
relax type in _gemm_puresparse\!, _gemm_recursive_lazy_dense, and _ge…
4d7d294
Merge branch 'qojulia:master' into master
AmitRotem b7bdb94
fix size(AbstractOperator)
7e64f54
add dim check for _gemm_puresparse
a616377
test LazyTensor with sparse dimension mismatch
316ba34
change error thrown by size to ErrorException
AmitRotem 6984ff0
test size of AbstractOperator
AmitRotem 8aa2ab9
use lazy string
f91c5a0
split check_mul\!_compatibility and specialize for vectors
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.