-
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
Implementation of expm1, log, and log1p #1218
Conversation
- Also adds tests for real and complex variants where appropriate
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1218/index.html |
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_2 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp
Outdated
Show resolved
Hide resolved
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_3 ran successfully. |
dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp
Outdated
Show resolved
Hide resolved
dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp
Outdated
Show resolved
Hide resolved
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_4 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.3dev3=py310h7bf5fec_4 ran successfully. |
This PR implements dpctl.tensor.expm1, dpctl.tensor.log, and dpctl.tensor.log1p.
Also adds tests, including tests for real and complex variants where appropriate