Skip to content

Commit b40b4d1

Browse files
committed
[mlir] Summary-based activity analysis
1 parent 192d923 commit b40b4d1

File tree

11 files changed

+1704
-13
lines changed

11 files changed

+1704
-13
lines changed

enzyme/BUILD

+13
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,19 @@ gentbl_cc_library(
335335
deps = [":EnzymeDialectTdFiles"],
336336
)
337337

338+
gentbl_cc_library(
339+
name = "EnzymeAttributeInterfacesIncGen",
340+
tbl_outs = [
341+
(
342+
["-gen-attr-interface-decls"],
343+
"Enzyme/MLIR/Dialect/EnzymeAttributeInterfaces.h.inc",
344+
),
345+
],
346+
tblgen = "@llvm-project//mlir:mlir-tblgen",
347+
td_file = "Enzyme/MLIR/Dialect/EnzymeOps.td",
348+
deps = [":EnzymeDialectTdFiles"],
349+
)
350+
338351
gentbl_cc_library(
339352
name = "EnzymeAttributesIncGen",
340353
tbl_outs = [

0 commit comments

Comments
 (0)