You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current code base PArrays can only be created once inside a with Parla() region because they rely on the size of the device manager. For general programmability, PArrays should be able to be declared with a lifetime greater than the parallel Parla region.
I think the last time I looked into this, the Task Dataflow object would need to be refactored.
The text was updated successfully, but these errors were encountered:
Issue in title.
In the current code base PArrays can only be created once inside a
with Parla()
region because they rely on the size of the device manager. For general programmability, PArrays should be able to be declared with a lifetime greater than the parallel Parla region.I think the last time I looked into this, the Task Dataflow object would need to be refactored.
The text was updated successfully, but these errors were encountered: