-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature/elementwise functions real imag conj #1217
Feature/elementwise functions real imag conj #1217
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1217/index.html |
Array API standard conformance tests for dpctl=0.14.3dev2=py310h7bf5fec_12 ran successfully. |
071a618
to
4571a66
Compare
Array API standard conformance tests for dpctl=0.14.3dev2=py310h7bf5fec_12 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/imag.hpp
Outdated
Show resolved
Hide resolved
Array API standard conformance tests for dpctl=0.14.3dev2=py310h7bf5fec_14 ran successfully. |
812ea72
to
5314ddd
Compare
6dd8e15
to
a952d4e
Compare
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_21 ran successfully. |
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_22 ran successfully. |
545de34
to
200c106
Compare
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_12 ran successfully. |
- Avoids bug on CPU that results in incorrect result
200c106
to
4c9a340
Compare
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_11 ran successfully. |
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_12 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
In this PR,
dpctl.tensor.real
,dpctl.tensor.imag
,dpctl.tensor.conj
, anddpctl.tensor.proj
are added and tested.