Enzyme main
Loading...
Searching...
No Matches
EnzymeBatchDiffPass.cpp File Reference
#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"
Include dependency graph for EnzymeBatchDiffPass.cpp:

Go to the source code of this file.

Namespaces

namespace  mlir
 
namespace  mlir::enzyme
 

Macros

#define DEBUG_TYPE   "enzyme-diff-batch"
 
#define ENZYME_DBGS   llvm::dbgs() << "[" << DEBUG_TYPE << "]"
 
#define GEN_PASS_DEF_BATCHDIFFPASS
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "enzyme-diff-batch"

Definition at line 26 of file EnzymeBatchDiffPass.cpp.

◆ ENZYME_DBGS

#define ENZYME_DBGS   llvm::dbgs() << "[" << DEBUG_TYPE << "]"

Definition at line 27 of file EnzymeBatchDiffPass.cpp.

◆ GEN_PASS_DEF_BATCHDIFFPASS

#define GEN_PASS_DEF_BATCHDIFFPASS

Definition at line 35 of file EnzymeBatchDiffPass.cpp.