-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Add cusolver gesvdj and gesvdjBatched to the backend of torch.svd #48436
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 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
625a32f
cusolver parallel stream launch macro
xwang233 3bc7a6e
fix unused test_inverse statements
xwang233 071e8ab
move pivot allocation outside of for loop
xwang233 8ca446d
test_inverse test batch_size = 2 (parallel cusolver path)
xwang233 86065fc
rename variable
xwang233 663b6f9
update macro
xwang233 99a5e0c
[WIP] temp
xwang233 bd48b35
Merge remote-tracking branch 'upstream/viable/strict' into cusolver-svd
xwang233 692d67e
cusolver gesvd impl done [benchmark slower than magma]
xwang233 76bf235
Merge remote-tracking branch 'upstream/viable/strict' into cusolver-svd
xwang233 a622eed
skip test_linalg.test_norm_extreme_values
xwang233 927d569
gesvdj+parallel stream [benchmark looks very good]
xwang233 7d31052
enable on CPU
xwang233 9c6c800
vt conj
xwang233 5bb94a5
lint
xwang233 8056f59
precision override for float32
xwang233 29f5c7d
gesvdjBatched
xwang233 8cbd708
remove gesvd code
xwang233 8a85768
refactor cusolver inverse heuristic code
xwang233 0fb0af9
Merge remote-tracking branch 'upstream/viable/strict' into cusolver-svd
xwang233 46a6027
remove gesvd code in cudasolver.{h,cpp}
xwang233 9c08a67
[doc] cusolver gesvdj and batched
xwang233 9249a56
test decorator
xwang233 4446145
Merge remote-tracking branch 'upstream/viable/strict' into cusolver-svd
xwang233 8b8c1d8
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 26f1e36
reword test skipping
xwang233 72edde6
add at::parallel_for for parallel stream launch
xwang233 7074ba8
Merge remote-tracking branch 'upstream/viable/strict' into cusolver-svd
xwang233 445ba77
add a cuda guard for `at::parallel_for`
xwang233 549738b
lint
xwang233 e6d9f09
revert at::parallel_for changes
xwang233 8860cfa
remove CUDA_PARALLEL_STREAM_LAUNCH
xwang233 478798b
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 7956abd
test decorators
xwang233 b57310a
transpose
xwang233 d06fbe2
[Action Required] wrong test: svd is not unique
xwang233 3bb3a88
precision override
xwang233 a3a45b1
doc change
xwang233 5bb8a9c
comments
xwang233 12bb8f3
semi colon
xwang233 c298256
comments
xwang233 7274295
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 ff2133e
lint
xwang233 932021b
comments
xwang233 697dca5
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 2f45e43
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 1c8cbd7
comments
xwang233 eedb710
comment svd non unique
xwang233 ca2ddd8
doc
xwang233 ffec626
test abs of singular vectors
xwang233 7cdb8e6
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 813ca13
fix "some" in gesvdj path
xwang233 00d260e
delete unused jobchar
xwang233 60b07f7
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 7d8f3ad
remove partial indexing for comparison
xwang233 bb31bf9
[doc] :math:
xwang233 f2efbaf
comment, column-major VT
xwang233 66ebe3b
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 a99df7d
Merge remote-tracking branch 'upstream/master' into cusolver-svd
xwang233 3075adc
try liblapack_static, may need `if cuda >= 10.1`
xwang233 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
Next
Next commit
cusolver parallel stream launch macro
- Loading branch information
commit 625a32fb4eb8dc23bdf1950c41d3a5edcdd6425a
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
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.