Skip to content

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 63 commits into from
Nov 8, 2023
Merged

Merge master into gold #1619

merged 63 commits into from
Nov 8, 2023

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Nov 6, 2023

Merge the latest content from master branch to gold/2021.

  • 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?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

vtavana and others added 30 commits September 29, 2023 08:20
* 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
* update cupy math tests

* address comments

* remove test_sumprod.py for public CI
Updated atleast_2d and atleast_3d functions.
npolina4 and others added 17 commits October 17, 2023 10:11
Implemented dpnp.broadcast_arrays 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
@vtavana vtavana self-assigned this Nov 6, 2023
Copy link
Contributor

github-actions bot commented Nov 6, 2023

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@npolina4
Copy link
Contributor

npolina4 commented Nov 7, 2023

Can you pin the new version of dpctl in the conda-recipe/meta.yaml file?

@oleksandr-pavlyk
Copy link
Contributor

The internal CI is green, merging

@oleksandr-pavlyk oleksandr-pavlyk merged commit 6501ffe into gold/2021 Nov 8, 2023
@oleksandr-pavlyk oleksandr-pavlyk deleted the merge_master_into_gold branch November 8, 2023 17:44
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.

5 participants