File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -5796,9 +5796,9 @@ cc_library(
5796
5796
":ExecutionEngineUtils" ,
5797
5797
":FuncDialect" ,
5798
5798
":GPUDialect" ,
5799
- ":GPUUtils" ,
5800
5799
":GPUPassIncGen" ,
5801
5800
":GPUToLLVMIRTranslation" ,
5801
+ ":GPUUtils" ,
5802
5802
":IR" ,
5803
5803
":IndexDialect" ,
5804
5804
":LLVMDialect" ,
@@ -5841,13 +5841,13 @@ cc_library(
5841
5841
hdrs = glob (["include/mlir/Dialect/GPU/Utils/*.h" ]),
5842
5842
includes = ["include" ],
5843
5843
deps = [
5844
- ":AffineDialect" ,
5845
- ":ArithDialect" ,
5846
- ":GPUDialect" ,
5847
- ":IR" ,
5848
- ":Support" ,
5849
- ":VectorDialect" ,
5850
- "//llvm:Support" ,
5844
+ ":AffineDialect" ,
5845
+ ":ArithDialect" ,
5846
+ ":GPUDialect" ,
5847
+ ":IR" ,
5848
+ ":Support" ,
5849
+ ":VectorDialect" ,
5850
+ "//llvm:Support" ,
5851
5851
],
5852
5852
)
5853
5853
@@ -6210,16 +6210,18 @@ cc_library(
6210
6210
":FuncToLLVM" ,
6211
6211
":GPUCommonTransforms" ,
6212
6212
":GPUDialect" ,
6213
- ":GPUUtils" ,
6214
6213
":GPUTransforms" ,
6214
+ ":GPUUtils" ,
6215
6215
":IR" ,
6216
6216
":LLVMCommonConversion" ,
6217
6217
":LLVMDialect" ,
6218
6218
":MemRefDialect" ,
6219
6219
":MemRefToLLVM" ,
6220
6220
":SPIRVDialect" ,
6221
6221
":Support" ,
6222
+ ":TransformUtils" ,
6222
6223
":VectorToLLVM" ,
6224
+ ":VectorTransforms" ,
6223
6225
"//llvm:Support" ,
6224
6226
],
6225
6227
)
You can’t perform that action at this time.
0 commit comments