Skip to content

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