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 31, 2024
1 parent 5f841a2 commit 63c2079
Show file tree
Hide file tree
Showing 12 changed files with 1,724 additions and 14 deletions.
14 changes: 14 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 Expand Up @@ -558,6 +571,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
":EnzymeAttributesIncGen",
":EnzymeAttributeInterfacesIncGen",
":EnzymeEnumsIncGen",
":EnzymeOpInterfacesIncGen",
":EnzymeOpsIncGen",
Expand Down
Loading

0 comments on commit 63c2079

Please sign in to comment.