File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -4133,6 +4133,7 @@ cc_library(
4133
4133
":TosaToTensor" ,
4134
4134
":UBToLLVM" ,
4135
4135
":UBToSPIRV" ,
4136
+ ":VectorToAMX" ,
4136
4137
":VectorToArmSME" ,
4137
4138
":VectorToGPU" ,
4138
4139
":VectorToLLVM" ,
@@ -11132,6 +11133,32 @@ cc_library(
11132
11133
],
11133
11134
)
11134
11135
11136
+ cc_library (
11137
+ name = "VectorToAMX" ,
11138
+ srcs = glob ([
11139
+ "lib/Conversion/VectorToAMX/*.cpp" ,
11140
+ ]),
11141
+ hdrs = glob ([
11142
+ "include/mlir/Conversion/VectorToAMX/*.h" ,
11143
+ ]),
11144
+ includes = ["include" ],
11145
+ deps = [
11146
+ ":AMXDialect" ,
11147
+ ":AffineDialect" ,
11148
+ ":AffineUtils" ,
11149
+ ":ArithDialect" ,
11150
+ ":ConversionPassIncGen" ,
11151
+ ":DialectUtils" ,
11152
+ ":IR" ,
11153
+ ":LinalgInterfaces" ,
11154
+ ":MemRefDialect" ,
11155
+ ":Pass" ,
11156
+ ":SCFDialect" ,
11157
+ ":TransformUtils" ,
11158
+ ":VectorDialect" ,
11159
+ ],
11160
+ )
11161
+
11135
11162
cc_library (
11136
11163
name = "VectorToGPU" ,
11137
11164
srcs = glob ([
You can’t perform that action at this time.
0 commit comments