Skip to content

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 29 commits into from
Jan 4, 2023
Merged

Merge master into gold/2021 #1266

merged 29 commits into from
Jan 4, 2023

Conversation

antonwolfy
Copy link
Contributor

  • 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?

npolina4 and others added 29 commits November 2, 2022 10:35
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.
@antonwolfy antonwolfy self-assigned this Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants