File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -4466,6 +4466,7 @@ cc_library(
4466
4466
":TosaToTensor" ,
4467
4467
":UBToLLVM" ,
4468
4468
":UBToSPIRV" ,
4469
+ ":VectorToAMDGPU" ,
4469
4470
":VectorToArmSME" ,
4470
4471
":VectorToGPU" ,
4471
4472
":VectorToLLVM" ,
@@ -12189,6 +12190,27 @@ cc_library(
12189
12190
],
12190
12191
)
12191
12192
12193
+ cc_library (
12194
+ name = "VectorToAMDGPU" ,
12195
+ srcs = glob ([
12196
+ "lib/Conversion/VectorToAMDGPU/*.cpp" ,
12197
+ ]),
12198
+ hdrs = glob ([
12199
+ "include/mlir/Conversion/VectorToAMDGPU/*.h" ,
12200
+ ]),
12201
+ includes = ["include" ],
12202
+ deps = [
12203
+ ":AMDGPUDialect" ,
12204
+ ":VectorDialect" ,
12205
+ ":ConversionPassIncGen" ,
12206
+ ":IR" ,
12207
+ ":MemRefDialect" ,
12208
+ ":Pass" ,
12209
+ ":TransformUtils" ,
12210
+ "//llvm:Support" ,
12211
+ ],
12212
+ )
12213
+
12192
12214
cc_library (
12193
12215
name = "VectorToArmSME" ,
12194
12216
srcs = glob ([
You can’t perform that action at this time.
0 commit comments