Skip to content

Commit 63c2079

Browse files
committed
[mlir] Summary-based activity analysis
1 parent 5f841a2 commit 63c2079

File tree

12 files changed

+1724
-14
lines changed

12 files changed

+1724
-14
lines changed

enzyme/BUILD

+14
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 = [
@@ -558,6 +571,7 @@ cc_library(
558571
visibility = ["//visibility:public"],
559572
deps = [
560573
":EnzymeAttributesIncGen",
574+
":EnzymeAttributeInterfacesIncGen",
561575
":EnzymeEnumsIncGen",
562576
":EnzymeOpInterfacesIncGen",
563577
":EnzymeOpsIncGen",

0 commit comments

Comments
 (0)