ut-parla/Parla.py

NumPy Can't Automatically Recognize NumPy Arrays From Other Loaded Copies of NumPy

Opened this issue · 0 comments

Currently we have to shuttle data handoffs between VECs through the memoryview type since numpy isn't able to copy data out of a duplicate copy of itself even though it ostensibly supports PEP 3118 and __array_function__. This seems unintentional, and is the kind of thing that we need to raise upstream, but pinning down the details will take some time.