Elementwise functions cbrt, exp2, copysign, and rsqrt#1443
Elementwise functions cbrt, exp2, copysign, and rsqrt#1443ndgrigorian merged 5 commits intomasterfrom
Conversation
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1443/index.html |
5ae12c4 to
c8f3e03
Compare
c8f3e03 to
64eb98c
Compare
|
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_43 ran successfully. |
|
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_43 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_43 ran successfully. |
Now test more type combinations/output types
|
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_45 ran successfully. |
|
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_44 ran successfully. |
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
LGTM. Thank you @ndgrigorian !
This pull request implements
dpctl.tensor.cbrt,dpctl.tensor.exp2, anddpctl.tensor.copysign, new elementwise functions coming to the array API specification.It also adds
dpctl.tensor.rsqrtfor computing the reciprocal square root of a floating-point arrays with greater accuracy.