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
Devito uses a multitude of tree visitors that only triggers matches on specific tree structures.
For example, they do only match on Iteration nodes that do not contain any children nodes of type Iteration.
Supporting such more complex patterns out of the box might make many Devito transforms easier to implement.
The text was updated successfully, but these errors were encountered:
Devito uses a multitude of tree visitors that only triggers matches on specific tree structures.
For example, they do only match on
Iteration
nodes that do not contain any children nodes of typeIteration
.Supporting such more complex patterns out of the box might make many Devito transforms easier to implement.
The text was updated successfully, but these errors were encountered: