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: greater() to API standard #151

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tylerjereddy
Copy link
Contributor

  • adjust the greater() ufunc to pass its array API standard test, and turn this test on in the CI

  • this largely mirrors the changes in ENH: add less ufunc #150, except that we already had a draft implementation of greater() in place here

* adjust the `greater()` ufunc to pass its array
API standard test, and turn this test on in the CI

* this largely mirrors the changes in kokkosgh-150, except
that we already had a draft implementation of `greater()`
in place here
def greater_impl_5d_int8(tid: int,
view1: pk.View5D[pk.int8],
view2: pk.View5D[pk.int8],
out: pk.View5D[pk.uint8]):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

usual comments about helping out with formatting apply -- feel free to push in here for all the copy-pasting we need to do b/c we don't have a templating lang

* `test_multi_array_1d_exposed_ufuncs_vs_numpy()` no longer
requires specific names for the view kwargs because this
was causing issues with how I renamed the view arguments
in the `greater()` ufunc
@NaderAlAwar NaderAlAwar changed the base branch from develop to main May 24, 2023 20:28
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