Skip to content
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

ENH: add() to API standard #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tylerjereddy
Copy link
Contributor

  • bring the add() ufunc up to the API standard and turn the relevant test on in the CI

  • other changes are similar to other recent binary ufunc PRs; note one drawback related to copies in broadcasting

  • the changes are similar to those in ENH: divide() to API standard #156, though more workunit type implementations were needed for this operation to pass the standard test

* bring the `add()` ufunc up to the API standard and
turn the relevant test on in the CI

* other changes are similar to other recent binary ufunc
PRs; note one drawback related to copies in broadcasting

* the changes are similar to those in kokkosgh-156, though more
workunit type implementation were needed for this operation
to pass the standard test
tylerjereddy added a commit to tylerjereddy/pykokkos that referenced this pull request Jan 16, 2023
* bring the `subtract()` ufunc up to the API standard,
and turn the matching test on in the CI

* this is similar to kokkosgh-157, with similar broadcasting
memory drawback
@NaderAlAwar NaderAlAwar changed the base branch from develop to main May 24, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant