This commit is contained in:
Benjamin Kramer 2022-04-28 22:51:27 +02:00
parent 0e554ebf02
commit b8d4fe0f0a
1 changed files with 3 additions and 0 deletions

View File

@ -1932,6 +1932,7 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":InferTypeOpInterface",
":SparseTensorAttrDefsIncGen",
":SparseTensorOpsIncGen",
"//llvm:Support",
@ -6876,6 +6877,7 @@ cc_library(
":ArithmeticDialect",
":FuncDialect",
":IR",
":InferTypeOpInterface",
":Pass",
":QuantOpsIncGen",
":QuantPassIncGen",
@ -8150,6 +8152,7 @@ cc_library(
":ArithmeticDialect",
":CommonFolders",
":IR",
":InferTypeOpInterface",
":MathBaseIncGen",
":MathOpsIncGen",
":SideEffectInterfaces",