Filling a store that is backed by an already-mapped region field inside a nested/inline task was not
supported. cuPyNumeric hits this because cn.dot(..., out=C) fills the output before writing to it,
and under inline execution C is a mapped region-field store. The fill fails instead of running.
Filling a store that is backed by an already-mapped region field inside a nested/inline task was not
supported. cuPyNumeric hits this because
cn.dot(..., out=C)fills the output before writing to it,and under inline execution
Cis a mapped region-field store. The fill fails instead of running.