Skip to content

Drop support for remainder ufunc#110

Merged
ndgrigorian merged 6 commits into
mainfrom
drop-support-remainder
Sep 12, 2025
Merged

Drop support for remainder ufunc#110
ndgrigorian merged 6 commits into
mainfrom
drop-support-remainder

Conversation

@antonwolfy

Copy link
Copy Markdown
Collaborator

The PR drops support for remainder ufunc, because Intel(R) MKL function v?Remainder follows C's modulo operator, but NumPy is expecting Python's one.
Currently there is no way to achieve the same result as NumPy with any set of MKL functions.

@ekomarova

Copy link
Copy Markdown
Member

This PR fixes the issue

@antonwolfy

Copy link
Copy Markdown
Collaborator Author

@ndgrigorian, please review

ndgrigorian
ndgrigorian previously approved these changes Sep 11, 2025

@ndgrigorian ndgrigorian left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

Comment thread mkl_umath/generate_umath.py
@ndgrigorian
ndgrigorian merged commit 6de2b43 into main Sep 12, 2025
40 checks passed
@ndgrigorian
ndgrigorian deleted the drop-support-remainder branch September 12, 2025 19:14
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.

3 participants