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
Scheduler and mapper both use ddg.
Ddg is an example of common functionality.
Passes can be given options, common functionality not.
Ddg has options to support commutativity etc.
How do we represent those?
One way is to make them pass options of the passes using the common functionality and passing those options upon construction in decoded form to the common functionality.
The text was updated successfully, but these errors were encountered:
Scheduler and mapper both use ddg.
Ddg is an example of common functionality.
Passes can be given options, common functionality not.
Ddg has options to support commutativity etc.
How do we represent those?
One way is to make them pass options of the passes using the common functionality and passing those options upon construction in decoded form to the common functionality.
The text was updated successfully, but these errors were encountered: