File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -3430,6 +3430,31 @@ cc_library(
3430
3430
],
3431
3431
)
3432
3432
3433
+ cc_library (
3434
+ name = "MeshToMPIConversion" ,
3435
+ srcs = glob ([
3436
+ "lib/Conversion/MeshToMPI/*.cpp" ,
3437
+ ]),
3438
+ hdrs = glob (["include/mlir/Conversion/MeshToMPI/*.h" ]),
3439
+ includes = ["include" ],
3440
+ deps = [
3441
+ ":ArithDialect" ,
3442
+ ":BufferizationDialect" ,
3443
+ ":ConversionPassIncGen" ,
3444
+ ":DialectUtils" ,
3445
+ ":IR" ,
3446
+ ":MPIDialect" ,
3447
+ ":MemRefDialect" ,
3448
+ ":MeshDialect" ,
3449
+ ":Pass" ,
3450
+ ":SCFDialect" ,
3451
+ ":Support" ,
3452
+ ":TensorDialect" ,
3453
+ ":TransformUtils" ,
3454
+ "//llvm:Support" ,
3455
+ ],
3456
+ )
3457
+
3433
3458
##---------------------------------------------------------------------------##
3434
3459
# NVGPU dialect.
3435
3460
##---------------------------------------------------------------------------##
@@ -4230,6 +4255,7 @@ cc_library(
4230
4255
":MemRefToEmitC" ,
4231
4256
":MemRefToLLVM" ,
4232
4257
":MemRefToSPIRV" ,
4258
+ ":MeshToMPIConversion" ,
4233
4259
":NVGPUToNVVM" ,
4234
4260
":NVVMToLLVM" ,
4235
4261
":OpenACCToSCF" ,
@@ -13752,6 +13778,7 @@ cc_library(
13752
13778
":MPIIncGen" ,
13753
13779
":MPIOpsIncGen" ,
13754
13780
":MPITypesIncGen" ,
13781
+ ":MemRefDialect" ,
13755
13782
"//llvm:Support" ,
13756
13783
],
13757
13784
)
You can’t perform that action at this time.
0 commit comments