[bazel] Fix build after 34a08cb89c5e50c22be05555529ce84eaa3e4d3c
This commit is contained in:
parent
af17541eab
commit
207b9a78f0
@ -3122,8 +3122,8 @@ gentbl_cc_library(
|
|||||||
tblgen = ":mlir-tblgen",
|
tblgen = ":mlir-tblgen",
|
||||||
td_file = "include/mlir/Dialect/Shard/IR/ShardOps.td",
|
td_file = "include/mlir/Dialect/Shard/IR/ShardOps.td",
|
||||||
deps = [
|
deps = [
|
||||||
":ShardTdFiles",
|
|
||||||
":ShapeOpsTdFiles",
|
":ShapeOpsTdFiles",
|
||||||
|
":ShardTdFiles",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -3210,10 +3210,10 @@ cc_library(
|
|||||||
":FuncDialect",
|
":FuncDialect",
|
||||||
":FunctionInterfaces",
|
":FunctionInterfaces",
|
||||||
":IR",
|
":IR",
|
||||||
":ShardDialect",
|
|
||||||
":ShardingInterface",
|
|
||||||
":ShardTransformsPassIncGen",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
|
":ShardDialect",
|
||||||
|
":ShardTransformsPassIncGen",
|
||||||
|
":ShardingInterface",
|
||||||
":Support",
|
":Support",
|
||||||
":TensorDialect",
|
":TensorDialect",
|
||||||
":Transforms",
|
":Transforms",
|
||||||
@ -3241,10 +3241,10 @@ cc_library(
|
|||||||
":LinalgDialect",
|
":LinalgDialect",
|
||||||
":MPIDialect",
|
":MPIDialect",
|
||||||
":MemRefDialect",
|
":MemRefDialect",
|
||||||
":ShardDialect",
|
|
||||||
":ShardTransforms",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
":SCFDialect",
|
":SCFDialect",
|
||||||
|
":ShardDialect",
|
||||||
|
":ShardTransforms",
|
||||||
":Support",
|
":Support",
|
||||||
":TensorDialect",
|
":TensorDialect",
|
||||||
":TransformUtils",
|
":TransformUtils",
|
||||||
@ -3989,7 +3989,6 @@ cc_library(
|
|||||||
":MemRefToEmitC",
|
":MemRefToEmitC",
|
||||||
":MemRefToLLVM",
|
":MemRefToLLVM",
|
||||||
":MemRefToSPIRV",
|
":MemRefToSPIRV",
|
||||||
":ShardToMPIConversion",
|
|
||||||
":NVGPUToNVVM",
|
":NVGPUToNVVM",
|
||||||
":NVVMToLLVM",
|
":NVVMToLLVM",
|
||||||
":OpenACCToSCF",
|
":OpenACCToSCF",
|
||||||
@ -4003,6 +4002,7 @@ cc_library(
|
|||||||
":SCFToSPIRV",
|
":SCFToSPIRV",
|
||||||
":SPIRVToLLVM",
|
":SPIRVToLLVM",
|
||||||
":ShapeToStandard",
|
":ShapeToStandard",
|
||||||
|
":ShardToMPIConversion",
|
||||||
":TensorToLinalg",
|
":TensorToLinalg",
|
||||||
":TensorToSPIRV",
|
":TensorToSPIRV",
|
||||||
":TosaToArith",
|
":TosaToArith",
|
||||||
@ -4622,7 +4622,6 @@ cc_library(
|
|||||||
":MemRefToEmitC",
|
":MemRefToEmitC",
|
||||||
":MemRefToLLVM",
|
":MemRefToLLVM",
|
||||||
":MemRefTransformOps",
|
":MemRefTransformOps",
|
||||||
":ShardDialect",
|
|
||||||
":NVGPUTransformOps",
|
":NVGPUTransformOps",
|
||||||
":NVVMTarget",
|
":NVVMTarget",
|
||||||
":NVVMToLLVM",
|
":NVVMToLLVM",
|
||||||
@ -4631,6 +4630,7 @@ cc_library(
|
|||||||
":ROCDLToLLVMIRTranslation",
|
":ROCDLToLLVMIRTranslation",
|
||||||
":SCFToEmitC",
|
":SCFToEmitC",
|
||||||
":SCFTransformOps",
|
":SCFTransformOps",
|
||||||
|
":ShardDialect",
|
||||||
":SparseTensorTransformOps",
|
":SparseTensorTransformOps",
|
||||||
":TensorExtensions",
|
":TensorExtensions",
|
||||||
":TensorTransformOps",
|
":TensorTransformOps",
|
||||||
@ -5119,10 +5119,7 @@ cc_library(
|
|||||||
":SideEffectInterfaces",
|
":SideEffectInterfaces",
|
||||||
":Support",
|
":Support",
|
||||||
":ViewLikeInterface",
|
":ViewLikeInterface",
|
||||||
"//llvm:AsmParser",
|
|
||||||
"//llvm:BinaryFormat",
|
"//llvm:BinaryFormat",
|
||||||
"//llvm:BitReader",
|
|
||||||
"//llvm:BitWriter",
|
|
||||||
"//llvm:Core",
|
"//llvm:Core",
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
@ -9020,8 +9017,6 @@ cc_library(
|
|||||||
":MemRefToSPIRV",
|
":MemRefToSPIRV",
|
||||||
":MemRefTransformOps",
|
":MemRefTransformOps",
|
||||||
":MemRefTransforms",
|
":MemRefTransforms",
|
||||||
":ShardDialect",
|
|
||||||
":ShardTransforms",
|
|
||||||
":NVGPUDialect",
|
":NVGPUDialect",
|
||||||
":NVGPUPassIncGen",
|
":NVGPUPassIncGen",
|
||||||
":NVGPUToNVVM",
|
":NVGPUToNVVM",
|
||||||
@ -9058,6 +9053,8 @@ cc_library(
|
|||||||
":ShapeToStandard",
|
":ShapeToStandard",
|
||||||
":ShapeTransforms",
|
":ShapeTransforms",
|
||||||
":ShapeTransformsPassIncGen",
|
":ShapeTransformsPassIncGen",
|
||||||
|
":ShardDialect",
|
||||||
|
":ShardTransforms",
|
||||||
":SparseTensorDialect",
|
":SparseTensorDialect",
|
||||||
":SparseTensorPipelines",
|
":SparseTensorPipelines",
|
||||||
":SparseTensorTransformOps",
|
":SparseTensorTransformOps",
|
||||||
@ -9121,7 +9118,6 @@ cc_binary(
|
|||||||
"//mlir/test:TestMath",
|
"//mlir/test:TestMath",
|
||||||
"//mlir/test:TestMathToVCIX",
|
"//mlir/test:TestMathToVCIX",
|
||||||
"//mlir/test:TestMemRef",
|
"//mlir/test:TestMemRef",
|
||||||
"//mlir/test:TestShard",
|
|
||||||
"//mlir/test:TestNVGPU",
|
"//mlir/test:TestNVGPU",
|
||||||
"//mlir/test:TestPDLL",
|
"//mlir/test:TestPDLL",
|
||||||
"//mlir/test:TestPass",
|
"//mlir/test:TestPass",
|
||||||
@ -9130,6 +9126,7 @@ cc_binary(
|
|||||||
"//mlir/test:TestSCF",
|
"//mlir/test:TestSCF",
|
||||||
"//mlir/test:TestSPIRV",
|
"//mlir/test:TestSPIRV",
|
||||||
"//mlir/test:TestShapeDialect",
|
"//mlir/test:TestShapeDialect",
|
||||||
|
"//mlir/test:TestShard",
|
||||||
"//mlir/test:TestTensor",
|
"//mlir/test:TestTensor",
|
||||||
"//mlir/test:TestTestDynDialect",
|
"//mlir/test:TestTestDynDialect",
|
||||||
"//mlir/test:TestTilingInterface",
|
"//mlir/test:TestTilingInterface",
|
||||||
@ -9183,7 +9180,6 @@ cc_binary(
|
|||||||
"//mlir/test:TestMathToVCIX",
|
"//mlir/test:TestMathToVCIX",
|
||||||
"//mlir/test:TestMemRef",
|
"//mlir/test:TestMemRef",
|
||||||
"//mlir/test:TestMemRefToLLVMWithTransforms",
|
"//mlir/test:TestMemRefToLLVMWithTransforms",
|
||||||
"//mlir/test:TestShard",
|
|
||||||
"//mlir/test:TestNVGPU",
|
"//mlir/test:TestNVGPU",
|
||||||
"//mlir/test:TestPDLL",
|
"//mlir/test:TestPDLL",
|
||||||
"//mlir/test:TestPass",
|
"//mlir/test:TestPass",
|
||||||
@ -9192,6 +9188,7 @@ cc_binary(
|
|||||||
"//mlir/test:TestSCF",
|
"//mlir/test:TestSCF",
|
||||||
"//mlir/test:TestSPIRV",
|
"//mlir/test:TestSPIRV",
|
||||||
"//mlir/test:TestShapeDialect",
|
"//mlir/test:TestShapeDialect",
|
||||||
|
"//mlir/test:TestShard",
|
||||||
"//mlir/test:TestTensor",
|
"//mlir/test:TestTensor",
|
||||||
"//mlir/test:TestTestDynDialect",
|
"//mlir/test:TestTestDynDialect",
|
||||||
"//mlir/test:TestTilingInterface",
|
"//mlir/test:TestTilingInterface",
|
||||||
@ -10549,9 +10546,9 @@ cc_library(
|
|||||||
":LinalgStructuredOpsIncGen",
|
":LinalgStructuredOpsIncGen",
|
||||||
":MathDialect",
|
":MathDialect",
|
||||||
":MemRefDialect",
|
":MemRefDialect",
|
||||||
":ShardingInterface",
|
|
||||||
":Parser",
|
":Parser",
|
||||||
":SCFDialect",
|
":SCFDialect",
|
||||||
|
":ShardingInterface",
|
||||||
":SideEffectInterfaces",
|
":SideEffectInterfaces",
|
||||||
":SparseTensorDialect",
|
":SparseTensorDialect",
|
||||||
":SubsetOpInterface",
|
":SubsetOpInterface",
|
||||||
@ -10700,14 +10697,14 @@ cc_library(
|
|||||||
":MathDialect",
|
":MathDialect",
|
||||||
":MemRefDialect",
|
":MemRefDialect",
|
||||||
":MemRefTransforms",
|
":MemRefTransforms",
|
||||||
":ShardDialect",
|
|
||||||
":ShardingInterface",
|
|
||||||
":ShardTransforms",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
":RuntimeVerifiableOpInterface",
|
":RuntimeVerifiableOpInterface",
|
||||||
":SCFDialect",
|
":SCFDialect",
|
||||||
":SCFTransforms",
|
":SCFTransforms",
|
||||||
":SCFUtils",
|
":SCFUtils",
|
||||||
|
":ShardDialect",
|
||||||
|
":ShardTransforms",
|
||||||
|
":ShardingInterface",
|
||||||
":SparseTensorDialect",
|
":SparseTensorDialect",
|
||||||
":SubsetOpInterface",
|
":SubsetOpInterface",
|
||||||
":Support",
|
":Support",
|
||||||
@ -10989,6 +10986,7 @@ cc_library(
|
|||||||
":VectorTransforms",
|
":VectorTransforms",
|
||||||
":X86VectorDialect",
|
":X86VectorDialect",
|
||||||
":X86VectorTransforms",
|
":X86VectorTransforms",
|
||||||
|
"//llvm:Core",
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@ -11199,10 +11197,10 @@ cc_library(
|
|||||||
":InferTypeOpInterface",
|
":InferTypeOpInterface",
|
||||||
":InliningUtils",
|
":InliningUtils",
|
||||||
":LoopLikeInterface",
|
":LoopLikeInterface",
|
||||||
":ShardDialect",
|
|
||||||
":ShardingInterface",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
":QuantOps",
|
":QuantOps",
|
||||||
|
":ShardDialect",
|
||||||
|
":ShardingInterface",
|
||||||
":SideEffectInterfaces",
|
":SideEffectInterfaces",
|
||||||
":Support",
|
":Support",
|
||||||
":TensorDialect",
|
":TensorDialect",
|
||||||
@ -12142,8 +12140,8 @@ cc_library(
|
|||||||
":FuncTransforms",
|
":FuncTransforms",
|
||||||
":IR",
|
":IR",
|
||||||
":MemRefDialect",
|
":MemRefDialect",
|
||||||
":ShardingInterface",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
|
":ShardingInterface",
|
||||||
":SideEffectInterfaces",
|
":SideEffectInterfaces",
|
||||||
":TensorDialect",
|
":TensorDialect",
|
||||||
":TransformUtils",
|
":TransformUtils",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user