This repository was archived by the owner on Sep 15, 2025. It is now read-only.
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(
57965796 ":ExecutionEngineUtils" ,
57975797 ":FuncDialect" ,
57985798 ":GPUDialect" ,
5799- ":GPUUtils" ,
58005799 ":GPUPassIncGen" ,
58015800 ":GPUToLLVMIRTranslation" ,
5801+ ":GPUUtils" ,
58025802 ":IR" ,
58035803 ":IndexDialect" ,
58045804 ":LLVMDialect" ,
@@ -5841,13 +5841,13 @@ cc_library(
58415841 hdrs = glob (["include/mlir/Dialect/GPU/Utils/*.h" ]),
58425842 includes = ["include" ],
58435843 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" ,
58515851 ],
58525852)
58535853
@@ -6210,16 +6210,18 @@ cc_library(
62106210 ":FuncToLLVM" ,
62116211 ":GPUCommonTransforms" ,
62126212 ":GPUDialect" ,
6213- ":GPUUtils" ,
62146213 ":GPUTransforms" ,
6214+ ":GPUUtils" ,
62156215 ":IR" ,
62166216 ":LLVMCommonConversion" ,
62176217 ":LLVMDialect" ,
62186218 ":MemRefDialect" ,
62196219 ":MemRefToLLVM" ,
62206220 ":SPIRVDialect" ,
62216221 ":Support" ,
6222+ ":TransformUtils" ,
62226223 ":VectorToLLVM" ,
6224+ ":VectorTransforms" ,
62236225 "//llvm:Support" ,
62246226 ],
62256227)
You can’t perform that action at this time.
0 commit comments