-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create dpnp specific ufunc db #1267
Conversation
db76b71
to
d95df65
Compare
d95df65
to
5e0e9ea
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.
Thanks you! Another one bites the dust!
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.
We have some CI failures that should be investigated.
5e0e9ea
to
8389dfe
Compare
8033cb6
to
a0bf1f2
Compare
Co-authored-by: Yevhenii Havrylko <[email protected]>
a0bf1f2
to
eca15ed
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.
We should revisit if we should use deepcopy when copying the numba ufunc_db so as to not have a special case for missing operators. Can be revisited after we reevaluate #178
Create dpnp specific ufunc db 46cfa8c
Add tests to ensure that
numba.njit
works withnumpy
after importingnumba_dpex
. Aka lazy testing if we breaknumba
's default behavior.Fixes: #1010