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
Instead of merely looping optimizations around the optimizer should be smarter about selecting different optimizations to run.
For instance, it could run a gradient descent-like search in the space of optimized programs. Then the compiler optimizations can be guided with a specially crafted score function - either to minimize code size, or maximize performance.
The text was updated successfully, but these errors were encountered:
Instead of merely looping optimizations around the optimizer should be smarter about selecting different optimizations to run.
For instance, it could run a gradient descent-like search in the space of optimized programs. Then the compiler optimizations can be guided with a specially crafted score function - either to minimize code size, or maximize performance.
The text was updated successfully, but these errors were encountered: