-
Notifications
You must be signed in to change notification settings - Fork 23
Handle dpnp functions and tests to run on CUDA devices #2075
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 10 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
b6bd08a
Testing is adapted for cuda devices
npolina4 5f1b083
Apply fallback to numpy for all unsupported functions on cuda device.
npolina4 fe8fe11
update tests
npolina4 0c64722
Applied review comments
npolina4 4ad814c
Merge branch 'master' into tests_cuda
npolina4 6e2c3c7
Update test_indexing.py
npolina4 4e3c87c
Update test_solve.py
npolina4 94a418e
Update test_histogram.py
npolina4 1461e81
Update test_histogram.py
npolina4 47f51e3
Merge branch 'master' into tests_cuda
npolina4 2fca5f7
Merge commit '7bfe0c8eec481452dcdd07d99eaf01373769ab5b' into tests_cuda
vlad-perevezentsev 519008e
Update skipped_tests_cuda.tbl
vlad-perevezentsev a38949d
Apply fallback to numpy for TestRational and test_copy_multigpu
vlad-perevezentsev 139c784
Address remarks
vlad-perevezentsev f7e3778
Merge master into tests_cuda
vlad-perevezentsev 42f20fc
Merge master into tests_cuda
vlad-perevezentsev 351e12d
Use dpctl.select_default_device() in is_cuda_backend() func
vlad-perevezentsev 590dbc8
Raise NotImplementedError in unsupported functions on CUDA
vlad-perevezentsev cc48533
Implement is_cuda_device() func for tests in helper.py
vlad-perevezentsev 645c6d9
Skipped tests for unsupported functions on CUDA
vlad-perevezentsev 6f688fe
Update test_arithmetic.py
vlad-perevezentsev b217cc5
Handle TestSpacing to run on CUDA
vlad-perevezentsev 5179c06
Update fft tests to run on CUDA
vlad-perevezentsev f1c5eaf
Update linalg tests to run on CUDA
vlad-perevezentsev 0a79e66
Avoid using dpnp.random in cupy tests on CUDA
vlad-perevezentsev e3e9afe
Remove previously added fixtures for unsupported funcs on CUDA
vlad-perevezentsev f015b88
Merge master into tests_cuda
vlad-perevezentsev 00b7f02
Merge master into tests_cuda
vlad-perevezentsev ff98aef
Apply remarks
vlad-perevezentsev 20acd25
Merge master into tests_cuda
vlad-perevezentsev d3f8d12
Update skipped_tests_cuda.tbl
vlad-perevezentsev 7408324
Handle new fft tests for CUDA
vlad-perevezentsev a7985b3
Skip TestCond::test_nan on CUDA
vlad-perevezentsev 70c9b0a
Unskip linalg tests due to fix in gh-2212
vlad-perevezentsev 556c1a3
Create non-singular matrix in test_usm_type.py::test_cond
vlad-perevezentsev 2931a2b
Update jira ticket number for qr issue
vlad-perevezentsev 73f2ca0
Fix fallback numpy logic in def modf
vlad-perevezentsev 8da6027
Revert deleted fixtures for TestChoose
vlad-perevezentsev e87174e
Merge master into tests_cuda
vlad-perevezentsev 82f3a17
Merge master into tests_cuda
vlad-perevezentsev c83c062
Merge master into tests_cuda
vlad-perevezentsev 6769469
Add cuda to list_of_backend_str in test_sycl_queue.py
vlad-perevezentsev 1a3142f
Merge master into tests_cuda
vlad-perevezentsev 2f2235f
Merge master into tests_cuda
vlad-perevezentsev f0ee02a
Remove skip due to SAT-7588
vlad-perevezentsev 2427599
Update TestFftn::test_fftn
vlad-perevezentsev 26275a7
Pass self to is_cuda_backend
vlad-perevezentsev 773b177
Merge master into tests_cuda
vlad-perevezentsev deb17ac
Apply remarks
vlad-perevezentsev 79be7d3
Merge master into tests_cuda
vlad-perevezentsev 58b81a8
Apply a minor comment
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
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.