Used downstream
This commit is contained in:
parent
17a7114054
commit
a2011d3da7
@ -1428,6 +1428,31 @@ filegroup(
|
||||
srcs = glob(["mlir/dialects/transform/interpreter/*.py"]),
|
||||
)
|
||||
|
||||
##---------------------------------------------------------------------------##
|
||||
# UB dialect.
|
||||
##---------------------------------------------------------------------------##
|
||||
|
||||
gentbl_filegroup(
|
||||
name = "UbOpsPyGen",
|
||||
tbl_outs = {"mlir/dialects/_ub_ops_gen.py": [
|
||||
"-gen-python-op-bindings",
|
||||
"-bind-dialect=ub",
|
||||
]},
|
||||
tblgen = "//mlir:mlir-tblgen",
|
||||
td_file = "mlir/dialects/UBOps.td",
|
||||
deps = [
|
||||
"//mlir:UBDialectTdFiles",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "UbPyFiles",
|
||||
srcs = [
|
||||
"mlir/dialects/ub.py",
|
||||
":UbOpsPyGen",
|
||||
],
|
||||
)
|
||||
|
||||
##---------------------------------------------------------------------------##
|
||||
# Vector dialect.
|
||||
##---------------------------------------------------------------------------##
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user