-
Notifications
You must be signed in to change notification settings - Fork 31
Resolve gh-2055 #2058
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
Resolve gh-2055 #2058
Conversation
a78b4fd to
763277f
Compare
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_147 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_147 ran successfully. |
bfd9dd0 to
93d288c
Compare
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_153 ran successfully. |
antonwolfy
left a comment
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.
In overall, I can confirm that the original issue is gone and all dpnp tests passed with that change.
Thank you @ndgrigorian for resolving this.
adds _from_numpy_empty_like_orderK utility function
…ternal functions
more consistent with style
93d288c to
152a3ed
Compare
antonwolfy
left a comment
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!
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_158 ran successfully. |
[dpctl-2055](IntelPython/dpctl#2055) has been resolved by [dpctl-2058](IntelPython/dpctl#2058). This PR enables previously muted tests for `dpnp.einsum` failing due to dpctl issue.
[dpctl-2055](IntelPython/dpctl#2055) has been resolved by [dpctl-2058](IntelPython/dpctl#2058). This PR enables previously muted tests for `dpnp.einsum` failing due to dpctl issue. d65ad95
This PR fixes a bug in
asarraywhereorder="K"keyword could fail to produce an appropriate array in some edge cases, such as the permutation of a contiguous array.asarray(x)for some NumPy arrayxnow uses a consistent implementation fororder="K"as other functions supportingorderCloses #2055