-
Notifications
You must be signed in to change notification settings - Fork 22
dublicate: Implement syevd_batch/heevd_batch via syevd/heevd call #1867
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
13 commits
Select commit
Hold shift + click to select a range
19d0540
Implement syevd_batch via syevd call
vlad-perevezentsev 7bca6ba
Reduce implementation code
vlad-perevezentsev e96454e
Implement heevd_batch via heevd call
vlad-perevezentsev b55ff6b
Disable c-extension-no-member error message for pylint
vlad-perevezentsev 3fc111c
Not transponse before calling MKL
vlad-perevezentsev 671bb2c
Eliminate unnecessary copying for eigen_mode='N'
vlad-perevezentsev 6b1bdbe
Return common executed event
vlad-perevezentsev 8016935
Use gil_scoped_release
vlad-perevezentsev 0ff8c81
Merge master into impl_syevd_batch_via_syevd
vlad-perevezentsev 70a2070
Return copying with eigen_mode='N'
vlad-perevezentsev d7fc032
Pass sycl::queue by reference for syevd/heevd
vlad-perevezentsev be430b7
Reserve space for host_task_events/exec_task_events
vlad-perevezentsev 4a4cccd
Use dpnp.reshape instead of dpnp.ndarray method
vlad-perevezentsev 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
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.
Uh oh!
There was an error while loading. Please reload this page.