File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3197,6 +3197,7 @@ gentbl_cc_library(
3197
3197
td_file = "include/mlir/Dialect/Mesh/IR/MeshOps.td" ,
3198
3198
deps = [
3199
3199
":MeshTdFiles" ,
3200
+ ":ShapeOpsTdFiles" ,
3200
3201
],
3201
3202
)
3202
3203
@@ -3275,12 +3276,16 @@ cc_library(
3275
3276
includes = ["include" ],
3276
3277
deps = [
3277
3278
":ArithDialect" ,
3279
+ ":ControlFlowDialect" ,
3280
+ ":DialectUtils" ,
3278
3281
":FuncDialect" ,
3279
3282
":IR" ,
3280
3283
":MeshDialect" ,
3281
3284
":MeshShardingInterface" ,
3282
3285
":MeshTransformsPassIncGen" ,
3283
3286
":Pass" ,
3287
+ ":Support" ,
3288
+ ":TensorDialect" ,
3284
3289
":TransformUtils" ,
3285
3290
"//llvm:Support" ,
3286
3291
],
Original file line number Diff line number Diff line change @@ -789,9 +789,12 @@ cc_library(
789
789
":TestDialect" ,
790
790
"//mlir:ArithDialect" ,
791
791
"//mlir:FuncDialect" ,
792
+ "//mlir:IR" ,
792
793
"//mlir:MeshDialect" ,
793
794
"//mlir:MeshTransforms" ,
794
795
"//mlir:Pass" ,
796
+ "//mlir:SPIRVDialect" ,
797
+ "//mlir:Support" ,
795
798
"//mlir:Transforms" ,
796
799
],
797
800
)
You can’t perform that action at this time.
0 commit comments