-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle dpnp functions and tests to run on CUDA devices (#2075)
This PR suggests updating some function implementations and tests to run on CUDA devices The PR includes: 1. Raise NotImplemetedError for unsupported functions 2. Create **skipped_tests_cuda.tbl** for unsupported functions 3. Skipped tests with a bug ticket for functions that should run on CUDA 4. Implement **is_cuda_backend()** and **is_cuda_device()** to determine that the object has a CUDA backend and that the tests run on CUDA --------- Co-authored-by: Vladislav Perevezentsev <[email protected]>
- Loading branch information
1 parent
498e705
commit 952a798
Showing
26 changed files
with
1,216 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.