Description
FAILED tests/test_common.py::test_asarray_copy[cupy] - Failed: DID NOT RAISE <class 'NotImplementedError'>
FAILED tests/test_cupy.py::test_to_device_with_stream - RuntimeError: The device that the stream is created on (0) does not match with the...
This is probably related to #314 @crusaderky
EDIT: and indeed, $ git revert e600449
makes tests pass again.