Some cuPyNumeric operations create an Unbound Store. Under inline PyTask execution the dispatch path tries to inline-map that store before it has been allocated, and fails with Unbound storages cannot be inlined mapped.
Affects scan.py cupynumeric example.
Some cuPyNumeric operations create an Unbound Store. Under inline PyTask execution the dispatch path tries to inline-map that store before it has been allocated, and fails with
Unbound storages cannot be inlined mapped.Affects scan.py cupynumeric example.