-
Notifications
You must be signed in to change notification settings - Fork 22
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
use_dpctl_rounding_funcs_in_dpnp #1518
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
1a19320
to
863c2e7
Compare
677c5e7
to
342b3a4
Compare
@vtavana could you also update |
342b3a4
to
bd6ac1e
Compare
done |
46d16a5
to
f6b87a6
Compare
e46ecd9
to
836ec09
Compare
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!
Many thanks @vtavana
836ec09
to
e0bf731
Compare
The PR changes the implementation of
dpnp.ceil
,dpnp.floor
, anddpnp.trunc
. These functions now invokeoneapi::mkl::vm::ceil
,oneapi::mkl::vm::ceil
, andoneapi::mkl::vm::ceil
from pybind11 extension of OneMKL VM, respectively, if possible or usesdpctl.tensor
implementation if not.