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
MLIR provides a number of generic compiler optimizations out of the box that we aren't currently taking advantage of. Here's an incomplete list of optimizations that seem useful and relatively straightforward to incorporate:
Loop invariant code motion
Loop unswitching
Control flow sinking
Sparse conditional constant propagation
The text was updated successfully, but these errors were encountered:
MLIR provides a number of generic compiler optimizations out of the box that we aren't currently taking advantage of. Here's an incomplete list of optimizations that seem useful and relatively straightforward to incorporate:
The text was updated successfully, but these errors were encountered: