-
Notifications
You must be signed in to change notification settings - Fork 30
update elementwise tests for exp, real, imag, and conj #1258
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/1258/index.html |
Array API standard conformance tests for dpctl=0.14.4=py310h7bf5fec_11 ran successfully. |
8ef97a0
to
47d9266
Compare
Array API standard conformance tests for dpctl=0.14.4=py310h7bf5fec_11 ran successfully. |
47d9266
to
e9829fc
Compare
Array API standard conformance tests for dpctl=0.14.4=py310h7bf5fec_12 ran successfully. |
Array API standard conformance tests for dpctl=0.14.4=py310h7bf5fec_13 ran successfully. |
5c97b05
to
cc26d78
Compare
Array API standard conformance tests for dpctl=0.14.5dev1=py310h7bf5fec_11 ran successfully. |
0c53d67
to
69382f1
Compare
Array API standard conformance tests for dpctl=0.14.5=py310h7bf5fec_2 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.14.5=py310h7bf5fec_2 ran successfully. |
b406e4f
to
47dcb05
Compare
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_24 ran successfully. |
47dcb05
to
ba52635
Compare
ba52635
to
e6af2bc
Compare
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_24 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_24 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp.hpp
Outdated
Show resolved
Hide resolved
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_25 ran successfully. |
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
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.6dev0=py310h7bf5fec_25 ran successfully. |
In this PR, tests for
dpctl.tensor.exp
,dpctl.tensor.real
,dpctl.tensor.imag
, anddpctl.tensor.conj
are updated. Implementation ofdpt.exp
is also modified to handle special cases for floating-point complex numbers correctly. Moreover, doc-strings are modified.