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
Current behaviour allows general parameters to be passed into the herd ( herds are isolated from above), but we don't have a path to lowering these at the moment.
AIE RTPs are one way of lowering these.
The proposed AIE logical dialect would also support core.tasks with general parameters ( which could be lowered from herd parameters).
We should add a verifier that indicates that the lowering is not currently complete ( rejecting code with extra arguments).
We should add a lowering path to enable scalar parameters to be passed into the herd.
The text was updated successfully, but these errors were encountered:
Current behaviour allows general parameters to be passed into the herd ( herds are isolated from above), but we don't have a path to lowering these at the moment.
AIE RTPs are one way of lowering these.
The proposed AIE logical dialect would also support core.tasks with general parameters ( which could be lowered from herd parameters).
We should add a verifier that indicates that the lowering is not currently complete ( rejecting code with extra arguments).
We should add a lowering path to enable scalar parameters to be passed into the herd.
The text was updated successfully, but these errors were encountered: