Skip to content
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

dpnp.floor_divide() crash #1404

Closed
npolina4 opened this issue May 16, 2023 · 0 comments · Fixed by #1462
Closed

dpnp.floor_divide() crash #1404

npolina4 opened this issue May 16, 2023 · 0 comments · Fixed by #1462
Labels
bug Something isn't working

Comments

@npolina4
Copy link
Collaborator

import dpnp
a = dpnp.ones(1, dtype=int)
b = dpnp.zeros(1, dtype=int)
dpnp.floor_divide(a, b)

Application silently shuts down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant