-
Notifications
You must be signed in to change notification settings - Fork 22
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
impl_usage_dpctl_bitwise_op #1508
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also keep in mind and update tests/third_party/cupy/binary_tests/test_elementwise.py::TestElementwise
and to try to replace @testing.for_dtypes(...)
with @testing.for_int_dtypes()
there, once the last bitwise op is done.
1c7c397
to
20bf44e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you @vtavana
d2cd551
to
7bcc426
Compare
77bb04d
to
2cd3fb0
Compare
2cd3fb0
to
3e33dd9
Compare
3e33dd9
to
b60eb41
Compare
The PR uses
dpctl.tensor
implementation forbitwise_and
,bitwise_or
,bitwise_xor
,invert
,left_shift
, andright_shift
functions.