-
Notifications
You must be signed in to change notification settings - Fork 22
Merge master into gold/2021 #1266
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
Conversation
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
Contributor
antonwolfy
commented
Jan 4, 2023
- Have you provided a meaningful PR description?
- Have you added a test, reproducer or referred to issue with a reproducer?
- Have you tested your changes locally for CPU and GPU devices?
- Have you made sure that new changes do not introduce compiler warnings?
- If this PR is a work in progress, are you filing the PR as a draft?
Minor changes
Use full() function from dpctl.tensor
* Use zeros() function from dpctl.tensor. * Added supporting and tests with order=None for zeros(), full(), and asarray() functions. * Fixed cupy test with using zeros() function.
* Map dtype to device in array creation functions * Support any integer type as seed in RandomState
* dpnp.multiply() doesn't work properly with a scalar * Fix typo in description * Return scalar, if both inputs are scalars
* Use ones() function from dpctl.tensor. * Added missing event delete for dpnp_ones_c() and dpnp_ones_like_c() functions. * Removed call_fptr_1out() * Fixed tests for ones() and ones_like() functions
…on (#1262) * Use empty() function from dpctl.tensor for empty_like() function. Added tests. * Added some tests from cupy for empty() function * Small changes for empty_like() function
* Add property flags to dpnp_array * Added more tests for dpnp_array.flags * Added more dtype for dpnp_flags test.
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.