- GT4Py Parallel Model thoughts
- Hannes: This has changed since to read: “vertical intervals are executed sequentially in the order defined by the iteration policy of the computation”
- Rhea was relying on re-assigning to a temporary int field (which implicitly employed a floor()) - now we have full control over the data types
with computation(BACKWARD):
with interval(...):
a=b[0,0,1]
with interval(...):
c=d[1,0,1]