Skip to content

Commit

Permalink
[mlir] Summary-based activity analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
pengmai committed Oct 11, 2024
1 parent 192d923 commit b40b4d1
Show file tree
Hide file tree
Showing 11 changed files with 1,704 additions and 13 deletions.
13 changes: 13 additions & 0 deletions enzyme/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,19 @@ gentbl_cc_library(
deps = [":EnzymeDialectTdFiles"],
)

gentbl_cc_library(
name = "EnzymeAttributeInterfacesIncGen",
tbl_outs = [
(
["-gen-attr-interface-decls"],
"Enzyme/MLIR/Dialect/EnzymeAttributeInterfaces.h.inc",
),
],
tblgen = "@llvm-project//mlir:mlir-tblgen",
td_file = "Enzyme/MLIR/Dialect/EnzymeOps.td",
deps = [":EnzymeDialectTdFiles"],
)

gentbl_cc_library(
name = "EnzymeAttributesIncGen",
tbl_outs = [
Expand Down
Loading

0 comments on commit b40b4d1

Please sign in to comment.