We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e39089 commit 15cc6beCopy full SHA for 15cc6be
2 files changed
deps/ReactantExtra/BUILD
@@ -1672,6 +1672,24 @@ gentbl_cc_library(
1672
],
1673
)
1674
1675
+gentbl_cc_library(
1676
+ name = "ImpulseJLIncGen",
1677
+ tbl_outs = [
1678
+ (
1679
+ [
1680
+ "--generator=jl-op-defs",
1681
+ "--disable-module-wrap=0",
1682
+ ],
1683
+ "Impulse.jl",
1684
+ ),
1685
1686
+ tblgen = "//:mlir-jl-tblgen",
1687
+ td_file = "@enzyme//:Enzyme/MLIR/Dialect/Impulse/ImpulseOps.td",
1688
+ deps = [
1689
+ "@enzyme//:ImpulseDialectTdFiles",
1690
1691
+)
1692
+
1693
gentbl_cc_library(
1694
name = "EnzymeXLAJLIncGen",
1695
tbl_outs = [
deps/ReactantExtra/make-bindings.jl
@@ -16,6 +16,7 @@ dialect_files = [
16
"Func.jl",
17
"Enzyme.jl",
18
"EnzymeXLA.jl",
19
20
"StableHLO.jl",
21
"CHLO.jl",
22
"VHLO.jl",
0 commit comments