-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
2,291 additions
and
2 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
17 changes: 17 additions & 0 deletions
17
include/public/marco/Dialect/BaseModelica/Transforms/RungeKutta.h
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifndef MARCO_DIALECT_BASEMODELICA_TRANSFORMS_RUNGEKUTTA_H | ||
#define MARCO_DIALECT_BASEMODELICA_TRANSFORMS_RUNGEKUTTA_H | ||
|
||
#include "mlir/Pass/Pass.h" | ||
|
||
namespace mlir::bmodelica | ||
{ | ||
#define GEN_PASS_DECL_RUNGEKUTTAPASS | ||
#include "marco/Dialect/BaseModelica/Transforms/Passes.h.inc" | ||
|
||
std::unique_ptr<mlir::Pass> createRungeKuttaPass(); | ||
|
||
std::unique_ptr<mlir::Pass> createRungeKuttaPass( | ||
const RungeKuttaPassOptions& options); | ||
} | ||
|
||
#endif // MARCO_DIALECT_BASEMODELICA_TRANSFORMS_RUNGEKUTTA_H |
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
Oops, something went wrong.