Skip to content

Commit

Permalink
Reorder generated code for Attributes, Enums, Types and Operations
Browse files Browse the repository at this point in the history
  • Loading branch information
jumerckx committed Nov 19, 2024
1 parent d9d6338 commit 01c6223
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions enzyme/Enzyme/MLIR/Dialect/Ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@

#include "mlir/Bytecode/BytecodeOpInterface.h"

#define GET_OP_CLASSES
#include "Dialect/EnzymeOps.h.inc"
#define GET_TYPEDEF_CLASSES
#include "Dialect/EnzymeOpsTypes.h.inc"
// #include "Dialect/EnzymeTypes.h.inc"

#include "Dialect/EnzymeEnums.h.inc"

#define GET_ATTRDEF_CLASSES
#include "Dialect/EnzymeAttributes.h.inc"

#define GET_TYPEDEF_CLASSES
#include "Dialect/EnzymeOpsTypes.h.inc"

#define GET_OP_CLASSES
#include "Dialect/EnzymeOps.h.inc"

// #include "Dialect/EnzymeTypes.h.inc"


#endif // ENZYMEOPS_H

0 comments on commit 01c6223

Please sign in to comment.