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