example: a = ramba.array(7) a.asarray() returns garbage value. However, after sync or a[()], it works. This is when using DAG.
example:
a = ramba.array(7)
a.asarray()
returns garbage value. However, after sync or a[()], it works. This is when using DAG.