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(
34303430 ],
34313431)
34323432
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+
34333458##---------------------------------------------------------------------------##
34343459# NVGPU dialect.
34353460##---------------------------------------------------------------------------##
@@ -4230,6 +4255,7 @@ cc_library(
42304255 ":MemRefToEmitC" ,
42314256 ":MemRefToLLVM" ,
42324257 ":MemRefToSPIRV" ,
4258+ ":MeshToMPIConversion" ,
42334259 ":NVGPUToNVVM" ,
42344260 ":NVVMToLLVM" ,
42354261 ":OpenACCToSCF" ,
@@ -13752,6 +13778,7 @@ cc_library(
1375213778 ":MPIIncGen" ,
1375313779 ":MPIOpsIncGen" ,
1375413780 ":MPITypesIncGen" ,
13781+ ":MemRefDialect" ,
1375513782 "//llvm:Support" ,
1375613783 ],
1375713784)
You can’t perform that action at this time.
0 commit comments