@@ -3122,8 +3122,8 @@ gentbl_cc_library(
3122
3122
tblgen = ":mlir-tblgen" ,
3123
3123
td_file = "include/mlir/Dialect/Shard/IR/ShardOps.td" ,
3124
3124
deps = [
3125
- ":ShardTdFiles" ,
3126
3125
":ShapeOpsTdFiles" ,
3126
+ ":ShardTdFiles" ,
3127
3127
],
3128
3128
)
3129
3129
@@ -3210,10 +3210,10 @@ cc_library(
3210
3210
":FuncDialect" ,
3211
3211
":FunctionInterfaces" ,
3212
3212
":IR" ,
3213
+ ":Pass" ,
3213
3214
":ShardDialect" ,
3214
- ":ShardingInterface" ,
3215
3215
":ShardTransformsPassIncGen" ,
3216
- ":Pass " ,
3216
+ ":ShardingInterface " ,
3217
3217
":Support" ,
3218
3218
":TensorDialect" ,
3219
3219
":Transforms" ,
@@ -3241,10 +3241,10 @@ cc_library(
3241
3241
":LinalgDialect" ,
3242
3242
":MPIDialect" ,
3243
3243
":MemRefDialect" ,
3244
- ":ShardDialect" ,
3245
- ":ShardTransforms" ,
3246
3244
":Pass" ,
3247
3245
":SCFDialect" ,
3246
+ ":ShardDialect" ,
3247
+ ":ShardTransforms" ,
3248
3248
":Support" ,
3249
3249
":TensorDialect" ,
3250
3250
":TransformUtils" ,
@@ -3989,7 +3989,6 @@ cc_library(
3989
3989
":MemRefToEmitC" ,
3990
3990
":MemRefToLLVM" ,
3991
3991
":MemRefToSPIRV" ,
3992
- ":ShardToMPIConversion" ,
3993
3992
":NVGPUToNVVM" ,
3994
3993
":NVVMToLLVM" ,
3995
3994
":OpenACCToSCF" ,
@@ -4003,6 +4002,7 @@ cc_library(
4003
4002
":SCFToSPIRV" ,
4004
4003
":SPIRVToLLVM" ,
4005
4004
":ShapeToStandard" ,
4005
+ ":ShardToMPIConversion" ,
4006
4006
":TensorToLinalg" ,
4007
4007
":TensorToSPIRV" ,
4008
4008
":TosaToArith" ,
@@ -4622,7 +4622,6 @@ cc_library(
4622
4622
":MemRefToEmitC" ,
4623
4623
":MemRefToLLVM" ,
4624
4624
":MemRefTransformOps" ,
4625
- ":ShardDialect" ,
4626
4625
":NVGPUTransformOps" ,
4627
4626
":NVVMTarget" ,
4628
4627
":NVVMToLLVM" ,
@@ -4631,6 +4630,7 @@ cc_library(
4631
4630
":ROCDLToLLVMIRTranslation" ,
4632
4631
":SCFToEmitC" ,
4633
4632
":SCFTransformOps" ,
4633
+ ":ShardDialect" ,
4634
4634
":SparseTensorTransformOps" ,
4635
4635
":TensorExtensions" ,
4636
4636
":TensorTransformOps" ,
@@ -5119,10 +5119,7 @@ cc_library(
5119
5119
":SideEffectInterfaces" ,
5120
5120
":Support" ,
5121
5121
":ViewLikeInterface" ,
5122
- "//llvm:AsmParser" ,
5123
5122
"//llvm:BinaryFormat" ,
5124
- "//llvm:BitReader" ,
5125
- "//llvm:BitWriter" ,
5126
5123
"//llvm:Core" ,
5127
5124
"//llvm:Support" ,
5128
5125
],
@@ -9020,8 +9017,6 @@ cc_library(
9020
9017
":MemRefToSPIRV" ,
9021
9018
":MemRefTransformOps" ,
9022
9019
":MemRefTransforms" ,
9023
- ":ShardDialect" ,
9024
- ":ShardTransforms" ,
9025
9020
":NVGPUDialect" ,
9026
9021
":NVGPUPassIncGen" ,
9027
9022
":NVGPUToNVVM" ,
@@ -9058,6 +9053,8 @@ cc_library(
9058
9053
":ShapeToStandard" ,
9059
9054
":ShapeTransforms" ,
9060
9055
":ShapeTransformsPassIncGen" ,
9056
+ ":ShardDialect" ,
9057
+ ":ShardTransforms" ,
9061
9058
":SparseTensorDialect" ,
9062
9059
":SparseTensorPipelines" ,
9063
9060
":SparseTensorTransformOps" ,
@@ -9121,7 +9118,6 @@ cc_binary(
9121
9118
"//mlir/test:TestMath" ,
9122
9119
"//mlir/test:TestMathToVCIX" ,
9123
9120
"//mlir/test:TestMemRef" ,
9124
- "//mlir/test:TestShard" ,
9125
9121
"//mlir/test:TestNVGPU" ,
9126
9122
"//mlir/test:TestPDLL" ,
9127
9123
"//mlir/test:TestPass" ,
@@ -9130,6 +9126,7 @@ cc_binary(
9130
9126
"//mlir/test:TestSCF" ,
9131
9127
"//mlir/test:TestSPIRV" ,
9132
9128
"//mlir/test:TestShapeDialect" ,
9129
+ "//mlir/test:TestShard" ,
9133
9130
"//mlir/test:TestTensor" ,
9134
9131
"//mlir/test:TestTestDynDialect" ,
9135
9132
"//mlir/test:TestTilingInterface" ,
@@ -9183,7 +9180,6 @@ cc_binary(
9183
9180
"//mlir/test:TestMathToVCIX" ,
9184
9181
"//mlir/test:TestMemRef" ,
9185
9182
"//mlir/test:TestMemRefToLLVMWithTransforms" ,
9186
- "//mlir/test:TestShard" ,
9187
9183
"//mlir/test:TestNVGPU" ,
9188
9184
"//mlir/test:TestPDLL" ,
9189
9185
"//mlir/test:TestPass" ,
@@ -9192,6 +9188,7 @@ cc_binary(
9192
9188
"//mlir/test:TestSCF" ,
9193
9189
"//mlir/test:TestSPIRV" ,
9194
9190
"//mlir/test:TestShapeDialect" ,
9191
+ "//mlir/test:TestShard" ,
9195
9192
"//mlir/test:TestTensor" ,
9196
9193
"//mlir/test:TestTestDynDialect" ,
9197
9194
"//mlir/test:TestTilingInterface" ,
@@ -10549,9 +10546,9 @@ cc_library(
10549
10546
":LinalgStructuredOpsIncGen" ,
10550
10547
":MathDialect" ,
10551
10548
":MemRefDialect" ,
10552
- ":ShardingInterface" ,
10553
10549
":Parser" ,
10554
10550
":SCFDialect" ,
10551
+ ":ShardingInterface" ,
10555
10552
":SideEffectInterfaces" ,
10556
10553
":SparseTensorDialect" ,
10557
10554
":SubsetOpInterface" ,
@@ -10700,14 +10697,14 @@ cc_library(
10700
10697
":MathDialect" ,
10701
10698
":MemRefDialect" ,
10702
10699
":MemRefTransforms" ,
10703
- ":ShardDialect" ,
10704
- ":ShardingInterface" ,
10705
- ":ShardTransforms" ,
10706
10700
":Pass" ,
10707
10701
":RuntimeVerifiableOpInterface" ,
10708
10702
":SCFDialect" ,
10709
10703
":SCFTransforms" ,
10710
10704
":SCFUtils" ,
10705
+ ":ShardDialect" ,
10706
+ ":ShardTransforms" ,
10707
+ ":ShardingInterface" ,
10711
10708
":SparseTensorDialect" ,
10712
10709
":SubsetOpInterface" ,
10713
10710
":Support" ,
@@ -10989,6 +10986,7 @@ cc_library(
10989
10986
":VectorTransforms" ,
10990
10987
":X86VectorDialect" ,
10991
10988
":X86VectorTransforms" ,
10989
+ "//llvm:Core" ,
10992
10990
"//llvm:Support" ,
10993
10991
],
10994
10992
)
@@ -11199,10 +11197,10 @@ cc_library(
11199
11197
":InferTypeOpInterface" ,
11200
11198
":InliningUtils" ,
11201
11199
":LoopLikeInterface" ,
11202
- ":ShardDialect" ,
11203
- ":ShardingInterface" ,
11204
11200
":Pass" ,
11205
11201
":QuantOps" ,
11202
+ ":ShardDialect" ,
11203
+ ":ShardingInterface" ,
11206
11204
":SideEffectInterfaces" ,
11207
11205
":Support" ,
11208
11206
":TensorDialect" ,
@@ -12142,8 +12140,8 @@ cc_library(
12142
12140
":FuncTransforms" ,
12143
12141
":IR" ,
12144
12142
":MemRefDialect" ,
12145
- ":ShardingInterface" ,
12146
12143
":Pass" ,
12144
+ ":ShardingInterface" ,
12147
12145
":SideEffectInterfaces" ,
12148
12146
":TensorDialect" ,
12149
12147
":TransformUtils" ,
0 commit comments