@@ -3122,8 +3122,8 @@ gentbl_cc_library(
31223122 tblgen = ":mlir-tblgen" ,
31233123 td_file = "include/mlir/Dialect/Shard/IR/ShardOps.td" ,
31243124 deps = [
3125- ":ShardTdFiles" ,
31263125 ":ShapeOpsTdFiles" ,
3126+ ":ShardTdFiles" ,
31273127 ],
31283128)
31293129
@@ -3210,10 +3210,10 @@ cc_library(
32103210 ":FuncDialect" ,
32113211 ":FunctionInterfaces" ,
32123212 ":IR" ,
3213+ ":Pass" ,
32133214 ":ShardDialect" ,
3214- ":ShardingInterface" ,
32153215 ":ShardTransformsPassIncGen" ,
3216- ":Pass " ,
3216+ ":ShardingInterface " ,
32173217 ":Support" ,
32183218 ":TensorDialect" ,
32193219 ":Transforms" ,
@@ -3241,10 +3241,10 @@ cc_library(
32413241 ":LinalgDialect" ,
32423242 ":MPIDialect" ,
32433243 ":MemRefDialect" ,
3244- ":ShardDialect" ,
3245- ":ShardTransforms" ,
32463244 ":Pass" ,
32473245 ":SCFDialect" ,
3246+ ":ShardDialect" ,
3247+ ":ShardTransforms" ,
32483248 ":Support" ,
32493249 ":TensorDialect" ,
32503250 ":TransformUtils" ,
@@ -3989,7 +3989,6 @@ cc_library(
39893989 ":MemRefToEmitC" ,
39903990 ":MemRefToLLVM" ,
39913991 ":MemRefToSPIRV" ,
3992- ":ShardToMPIConversion" ,
39933992 ":NVGPUToNVVM" ,
39943993 ":NVVMToLLVM" ,
39953994 ":OpenACCToSCF" ,
@@ -4003,6 +4002,7 @@ cc_library(
40034002 ":SCFToSPIRV" ,
40044003 ":SPIRVToLLVM" ,
40054004 ":ShapeToStandard" ,
4005+ ":ShardToMPIConversion" ,
40064006 ":TensorToLinalg" ,
40074007 ":TensorToSPIRV" ,
40084008 ":TosaToArith" ,
@@ -4622,7 +4622,6 @@ cc_library(
46224622 ":MemRefToEmitC" ,
46234623 ":MemRefToLLVM" ,
46244624 ":MemRefTransformOps" ,
4625- ":ShardDialect" ,
46264625 ":NVGPUTransformOps" ,
46274626 ":NVVMTarget" ,
46284627 ":NVVMToLLVM" ,
@@ -4631,6 +4630,7 @@ cc_library(
46314630 ":ROCDLToLLVMIRTranslation" ,
46324631 ":SCFToEmitC" ,
46334632 ":SCFTransformOps" ,
4633+ ":ShardDialect" ,
46344634 ":SparseTensorTransformOps" ,
46354635 ":TensorExtensions" ,
46364636 ":TensorTransformOps" ,
@@ -5119,10 +5119,7 @@ cc_library(
51195119 ":SideEffectInterfaces" ,
51205120 ":Support" ,
51215121 ":ViewLikeInterface" ,
5122- "//llvm:AsmParser" ,
51235122 "//llvm:BinaryFormat" ,
5124- "//llvm:BitReader" ,
5125- "//llvm:BitWriter" ,
51265123 "//llvm:Core" ,
51275124 "//llvm:Support" ,
51285125 ],
@@ -9020,8 +9017,6 @@ cc_library(
90209017 ":MemRefToSPIRV" ,
90219018 ":MemRefTransformOps" ,
90229019 ":MemRefTransforms" ,
9023- ":ShardDialect" ,
9024- ":ShardTransforms" ,
90259020 ":NVGPUDialect" ,
90269021 ":NVGPUPassIncGen" ,
90279022 ":NVGPUToNVVM" ,
@@ -9058,6 +9053,8 @@ cc_library(
90589053 ":ShapeToStandard" ,
90599054 ":ShapeTransforms" ,
90609055 ":ShapeTransformsPassIncGen" ,
9056+ ":ShardDialect" ,
9057+ ":ShardTransforms" ,
90619058 ":SparseTensorDialect" ,
90629059 ":SparseTensorPipelines" ,
90639060 ":SparseTensorTransformOps" ,
@@ -9121,7 +9118,6 @@ cc_binary(
91219118 "//mlir/test:TestMath" ,
91229119 "//mlir/test:TestMathToVCIX" ,
91239120 "//mlir/test:TestMemRef" ,
9124- "//mlir/test:TestShard" ,
91259121 "//mlir/test:TestNVGPU" ,
91269122 "//mlir/test:TestPDLL" ,
91279123 "//mlir/test:TestPass" ,
@@ -9130,6 +9126,7 @@ cc_binary(
91309126 "//mlir/test:TestSCF" ,
91319127 "//mlir/test:TestSPIRV" ,
91329128 "//mlir/test:TestShapeDialect" ,
9129+ "//mlir/test:TestShard" ,
91339130 "//mlir/test:TestTensor" ,
91349131 "//mlir/test:TestTestDynDialect" ,
91359132 "//mlir/test:TestTilingInterface" ,
@@ -9183,7 +9180,6 @@ cc_binary(
91839180 "//mlir/test:TestMathToVCIX" ,
91849181 "//mlir/test:TestMemRef" ,
91859182 "//mlir/test:TestMemRefToLLVMWithTransforms" ,
9186- "//mlir/test:TestShard" ,
91879183 "//mlir/test:TestNVGPU" ,
91889184 "//mlir/test:TestPDLL" ,
91899185 "//mlir/test:TestPass" ,
@@ -9192,6 +9188,7 @@ cc_binary(
91929188 "//mlir/test:TestSCF" ,
91939189 "//mlir/test:TestSPIRV" ,
91949190 "//mlir/test:TestShapeDialect" ,
9191+ "//mlir/test:TestShard" ,
91959192 "//mlir/test:TestTensor" ,
91969193 "//mlir/test:TestTestDynDialect" ,
91979194 "//mlir/test:TestTilingInterface" ,
@@ -10549,9 +10546,9 @@ cc_library(
1054910546 ":LinalgStructuredOpsIncGen" ,
1055010547 ":MathDialect" ,
1055110548 ":MemRefDialect" ,
10552- ":ShardingInterface" ,
1055310549 ":Parser" ,
1055410550 ":SCFDialect" ,
10551+ ":ShardingInterface" ,
1055510552 ":SideEffectInterfaces" ,
1055610553 ":SparseTensorDialect" ,
1055710554 ":SubsetOpInterface" ,
@@ -10700,14 +10697,14 @@ cc_library(
1070010697 ":MathDialect" ,
1070110698 ":MemRefDialect" ,
1070210699 ":MemRefTransforms" ,
10703- ":ShardDialect" ,
10704- ":ShardingInterface" ,
10705- ":ShardTransforms" ,
1070610700 ":Pass" ,
1070710701 ":RuntimeVerifiableOpInterface" ,
1070810702 ":SCFDialect" ,
1070910703 ":SCFTransforms" ,
1071010704 ":SCFUtils" ,
10705+ ":ShardDialect" ,
10706+ ":ShardTransforms" ,
10707+ ":ShardingInterface" ,
1071110708 ":SparseTensorDialect" ,
1071210709 ":SubsetOpInterface" ,
1071310710 ":Support" ,
@@ -10989,6 +10986,7 @@ cc_library(
1098910986 ":VectorTransforms" ,
1099010987 ":X86VectorDialect" ,
1099110988 ":X86VectorTransforms" ,
10989+ "//llvm:Core" ,
1099210990 "//llvm:Support" ,
1099310991 ],
1099410992)
@@ -11199,10 +11197,10 @@ cc_library(
1119911197 ":InferTypeOpInterface" ,
1120011198 ":InliningUtils" ,
1120111199 ":LoopLikeInterface" ,
11202- ":ShardDialect" ,
11203- ":ShardingInterface" ,
1120411200 ":Pass" ,
1120511201 ":QuantOps" ,
11202+ ":ShardDialect" ,
11203+ ":ShardingInterface" ,
1120611204 ":SideEffectInterfaces" ,
1120711205 ":Support" ,
1120811206 ":TensorDialect" ,
@@ -12142,8 +12140,8 @@ cc_library(
1214212140 ":FuncTransforms" ,
1214312141 ":IR" ,
1214412142 ":MemRefDialect" ,
12145- ":ShardingInterface" ,
1214612143 ":Pass" ,
12144+ ":ShardingInterface" ,
1214712145 ":SideEffectInterfaces" ,
1214812146 ":TensorDialect" ,
1214912147 ":TransformUtils" ,
0 commit comments