-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Technical Description Removes the OptimizerContext object. `OptimizerContext.{cpp,h}` became `Lowering.{cpp,h}`, and the salient parts were named `toStencilInstantiation` and `restoreIIR`. The latter is only used in the IIR builder. Other changes: - Passes no longer take a context, `PassManager` has a default constructor - Hardware options were moved from the, now gone, `OptimizerContext` to `Optimizer/Options.inc` - Test logic is simplified because they do not have to hold an `OptimizerContext`
- Loading branch information
Showing
105 changed files
with
882 additions
and
1,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
#include <vector> | ||
|
||
namespace dawn { | ||
class OptimizerContext; | ||
namespace iir { | ||
|
||
class Stencil; | ||
|
Oops, something went wrong.