-
Notifications
You must be signed in to change notification settings - Fork 22
Merge master into gold #1619
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
Merge master into gold #1619
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
* re-write dpnp.hypot * address comments * fix docstring and precommit
* implement dpnp.logaddexp * address comments * add nan test
* identity and tri with device keywords * address comments
* re-write dpnp.abs * address comments
* Spelling fixes pointed out by codespell * Aligned double quotes acc to common style
Clean up old implementation of logic functions
#1582) * Leverage dpctl.tensor.iinfo() and dpctl.tensor.finfo() implementation. * Address comment for dpnp.iinfo and dpnp.finfo functions * Update dpnp_iface_types.py
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* re-write exp and log functions * address comments
…dpnp.atleast_2d, dpnp.atleast_3d
* update cupy math tests * address comments * remove test_sumprod.py for public CI
Updated atleast_2d and atleast_3d functions.
Implemented dpnp.broadcast_arrays function.
Update dpnp.astype function
* Implemented dpnp.can_cast function * address comments * Update tests/third_party/cupy/test_type_routines.py Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> * Update tests/third_party/cupy/test_type_routines.py Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* Improve coverage report * Temporary skip tests failed due to dpctl * Tuned config to exclude dpctl files from the report * Filtered exporting coverage data by dpnp source * Removed w/a with temporary muted tests
* Added support of missing arguments in dpnp.count_nonzero * Assert correct result dtype in test_count.py * Addressed review comments * Update test_count_nonzero to properly handle bool dtype
…tack functions (#1608) * Added support dtype and out args for concatenate and out functions * address comments --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* update elementwise call API * add acceptance fn for binary cases * skip a test
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
Can you pin the new version of dpctl in the conda-recipe/meta.yaml file? |
The internal CI is green, merging |
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.
Merge the latest content from
master
branch togold/2021
.