We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.partition
Reproducer:
import numpy as np import dpnp import dpctl.tensor as dpt rng = np.random.default_rng(123) n = 2 ** 29 k = 100 dtype = np.float32 X = rng.uniform(size=n).astype(dtype) X = dpt.asarray(X, order="C", dtype=dtype) dpnp.partition(X, 100) # segfaults
Tested both on Flex 170 GPU and iris iGPU.
The text was updated successfully, but these errors were encountered:
@fcharras , thank you for reporting the issue. I will start looking it.
Sorry, something went wrong.
antonwolfy
Successfully merging a pull request may close this issue.
Reproducer:
Tested both on Flex 170 GPU and iris iGPU.
The text was updated successfully, but these errors were encountered: