-
Notifications
You must be signed in to change notification settings - Fork 32
impl_minimum_maximum_elementwise_funcs #1316
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
Conversation
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1316/index.html |
c7194f0 to
3eec789
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_60 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp
Outdated
Show resolved
Hide resolved
dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp
Outdated
Show resolved
Hide resolved
dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp
Outdated
Show resolved
Hide resolved
|
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_60 ran successfully. |
3eec789 to
751926b
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_79 ran successfully. |
73568d0 to
969df7d
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_82 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_82 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp
Outdated
Show resolved
Hide resolved
969df7d to
1ac1786
Compare
dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp
Outdated
Show resolved
Hide resolved
dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp
Outdated
Show resolved
Hide resolved
|
Array API standard conformance tests for dpctl=0.14.6dev1=py310h7bf5fec_3 ran successfully. |
1ac1786 to
28df31c
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev1=py310h7bf5fec_3 ran successfully. |
28df31c to
0c9fbeb
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev1=py310h7bf5fec_3 ran successfully. |
0c9fbeb to
f65e225
Compare
|
Array API standard conformance tests for dpctl=0.14.6dev1=py310h7bf5fec_3 ran successfully. |
ndgrigorian
left a comment
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.
I think this PR is ready.
Approved, thank you @vtavana .
oleksandr-pavlyk
left a comment
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.
Thank you @vtavana
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.14.6dev1=py310h7bf5fec_32 ran successfully. |
In this PR, elementwise maximum and minimum functions are implemented and tested.