|
Enzyme main
|
#include "Dialect/Ops.h"#include "Interfaces/AutoDiffOpInterface.h"#include "PassDetails.h"#include "Passes/Passes.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Complex/IR/Complex.h"#include "mlir/IR/Matchers.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "Passes/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| namespace | mlir::enzyme |
Macros | |
| #define | GEN_PASS_DEF_MATHEMATICSIMPLIFICATIONPASS |
| #define GEN_PASS_DEF_MATHEMATICSIMPLIFICATIONPASS |
Definition at line 30 of file SimplifyMath.cpp.