Closed
Description
This question was raised by @shwina during an internal discussion: If I create two array objects, one from cupy.array_api
and another from numpy.array_api
, if I do a+b
or b+a
what would happen? I think we should obviously return TypeError
following Python's convention, so the question is which page should we document this expectation?