#include "Passes/EnzymeBatchDiffPass.h"
#include "Dialect/Ops.h"
#include "Interfaces/GradientUtilsReverse.h"
#include "Interfaces/Utils.h"
#include "PassDetails.h"
#include "Passes/Passes.h"
#include "Passes/Utils.h"
#include "mlir/Analysis/AliasAnalysis.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/IR/Builders.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "llvm/ADT/DenseMap.h"
#include "Passes/Passes.h.inc"
Go to the source code of this file.
◆ DEBUG_TYPE
| #define DEBUG_TYPE "enzyme-diff-batch" |
◆ ENZYME_DBGS
| #define ENZYME_DBGS llvm::dbgs() << "[" << DEBUG_TYPE << "]" |
◆ GEN_PASS_DEF_BATCHDIFFPASS
| #define GEN_PASS_DEF_BATCHDIFFPASS |