-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[7102][fb_bootcamp] Moved Gesv to ATen #9742
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 all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1090e20
Moved Gesv to ATen
animesht 2144c29
Removed TH code, added CUDA support
animesht f64b620
Fixed CUDA support, removed gesv from THC, fixed autograd+tests
animesht e9cd831
Used options().dtype(kInt)
animesht 333b230
addressed comments - simplified gesv_single
animesht 152f0cb
Fixed autograd
animesht e20d906
Addressed comments
animesht 83ac5f0
Fixed copying for output Tensors
animesht b0f5845
Use contiguous Tensor while copying B
animesht 578193e
Fixed view/contiguous stuff again...
animesht 3eb3450
Make A contiguous before copy
animesht 62ffda1
Handle Tensor reuse
animesht 5560826
Finally fixed the last issue with torch.gesv(b, A, out=(b,A))
animesht ff342bb
Addressed comments
animesht a4ae861
Use data_ptr() instead of address for comparison
animesht 8c88229
Revert to address check, add missing case
animesht a43cc74
Use at::optional, out-of-place transpose
animesht b68c6f1
Fixed re-entrant safeness
animesht fdd2bd2
Revert error check, simplify temps, try to fix MSVC/windows build
animesht e441662
Merge branch 'master' of https://github.com/animesht/pytorch
animesht 2a3644b
Fixes for MSVC and re-entrant safeness
animesht 91de09f
Simplified logic, added notes
animesht bfb323c
Addressed comments
animesht 854647e
Addressed comments
animesht 36dd265
Fix error message
animesht 419cdc8
renamed vars, pass infos by reference
animesht 72c6afc
Fix formatting issues with %lld format specifier
animesht 5ea2e77
Revert pass by reference
animesht 0838375
Refactored
animesht f0e0739
Fixed typo
animesht c1bd0a0
Fix indent
animesht a01c96e
fix jenkins
animesht dac0811
fix jenkins
animesht c980e34
Addressed comments
animesht 1bb8d22
Addressed comments
animesht 5341fee
fixed typo
animesht 5973c4e
Addressed comments
animesht 6c573ec
Added tests
animesht 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
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.
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.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.