Skip to content

Rework implementation of dpnp.fmod function #1883

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 40 commits into from
Jun 26, 2024
Merged

Rework implementation of dpnp.fmod function #1883

merged 40 commits into from
Jun 26, 2024

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Jun 14, 2024

The PR proposes to rework implementation of dpnp.fmod function which is quite limited now.

There is new VM function is added to use fmod from OneMKL library where it's possible.
Also the PR adds new binary universal function _fmod to _ufunc_impl pybind11 extension which leverages on dpctl f/w.

The all affected tests are updated to cover different use cases. The scope of impacted third party tests is aligned with the latest content.

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

antonwolfy and others added 30 commits June 10, 2024 17:53
@antonwolfy antonwolfy self-assigned this Jun 14, 2024
Copy link
Contributor

github-actions bot commented Jun 14, 2024

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

Base automatically changed from add-fabs-impl to master June 15, 2024 17:05
@vlad-perevezentsev vlad-perevezentsev self-requested a review June 25, 2024 11:59
Copy link
Collaborator

@vlad-perevezentsev vlad-perevezentsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
Thank you @antonwolfy

@antonwolfy antonwolfy merged commit 73ace12 into master Jun 26, 2024
59 of 67 checks passed
@antonwolfy antonwolfy deleted the add-fmod-impl branch June 26, 2024 21:17
github-actions bot added a commit that referenced this pull request Jun 26, 2024
* Preparation to reuse common dpctl f/w for VM functions

* PoC to decouple abs implementation to separate source file

* Reuse typedef for function poiter from dpctl.tensor

* Define populating vectors by a separate macro

* Move implementation of utility functions from headers to source to resolve link issues

* Separated implementation of acos function

* Separated implementation of acosh function

* Use function to simplify strides from dpctl tensor headers

* PoC to decouple add implementation to separate source file

* Separated implementation of asin function

* Separated implementation of asinh function

* Separated implementation of atan, atan2, atanh functions

* Resolve issue with calling MKL function for undefined types

* Separated implementation of cbrt, ceil, conj, cos and cosh functions

* Separated implementation of div, exp, exp2, expm1, floor and hypot functions

* Separated implementation of ln, log1p, log2 and log10 functions

* Separated implementation of mul, pow, rint, sin and sinh functions

* Separated implementation of sqr, sqrt, sub, tan, tanh and trunc functions

* Removed unused header with types matrix

* Remove unused functions

* Use passing by reference in unary and binary funcs

* Implement dpnp.fabs function

* Create an instance of DPNPUnaryFunc for fabs

* Enable and add relating tests

* Decouple populate logic to a macro

* Resolve compilation failure on Win

* Implement dpnp.fmod function

* Add vector implementation and dedicated kernel for boolean inputs

* Update python implementation part

* Add MKL function to the VM extension

* Add tests

* Add a link to gh issue in arithmetic tests

* Suppress divide warning

* Resolve compilation warning

* Updated docstring description of inputs per review comment 73ace12
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.

2 participants