-
Notifications
You must be signed in to change notification settings - Fork 23
BUG: fix asanyarray fallback #940
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
BUG: fix asanyarray fallback #940
Conversation
@Alexander-Makaryev I have disabled tests that fail due dpctl bug (see. Reproduce dpctl usm_array flags on description). If it is necessary I will create issue for this on dpctl repo. |
@oleksandr-pavlyk Could you please look at it? Is Samir right? |
|
@Alexander-Makaryev @oleksandr-pavlyk |
@samir-nasibli Could you please remove the skipping of tests from this PR? |
Description
DPNP error: in function asanyarray() paramenter 'order' expected
C
, but 'None' provided -> 'int' object has no attribute 'c_contiguous'Reproduce dpctl usm_array flags
belowTest
FAILED tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_asanyarray_with_order
Now there are another fail on test:
This fail happens due dpctl usm_ndarray, that have a bug for
flags
.Reproduce dpctl usm_array flags
'int' object has no attribute 'c_contiguous'