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
Placeholder operations for defining dummy domains.
Introduce a new PlaceholderOp operation that defines a range of unknown size. This operation is used when introducing new operations during code generation. In many cases, the domain of new operations will not be used, either:
* because the operation is a ComputeOp with a loop-nest and loops sizes are already defined by other operations.
* because the operation is not a compute operation so its domain won't be used to introduce loops or buffers.
PiperOrigin-RevId: 361100458
0 commit comments