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 @@ -5992,6 +5992,7 @@ cc_library(
5992
5992
":LLVMCommonConversion" ,
5993
5993
":LLVMDialect" ,
5994
5994
":MathDialect" ,
5995
+ ":MathToROCDL" ,
5995
5996
":MemRefDialect" ,
5996
5997
":MemRefToLLVM" ,
5997
5998
":Pass" ,
@@ -7279,6 +7280,32 @@ cc_library(
7279
7280
],
7280
7281
)
7281
7282
7283
+ cc_library (
7284
+ name = "MathToROCDL" ,
7285
+ srcs = glob ([
7286
+ "lib/Conversion/MathToROCDL/*.cpp" ,
7287
+ ]),
7288
+ hdrs = glob ([
7289
+ "include/mlir/Conversion/MathToROCDL/*.h" ,
7290
+ ]),
7291
+ includes = ["include" ],
7292
+ deps = [
7293
+ ":ConversionPassIncGen" ,
7294
+ ":DialectUtils" ,
7295
+ ":FuncDialect" ,
7296
+ ":GPUCommonTransforms" ,
7297
+ ":GPUToGPURuntimeTransforms" ,
7298
+ ":IR" ,
7299
+ ":LLVMCommonConversion" ,
7300
+ ":LLVMDialect" ,
7301
+ ":MathDialect" ,
7302
+ ":Pass" ,
7303
+ ":ROCDLDialect" ,
7304
+ ":TransformUtils" ,
7305
+ ":VectorDialect" ,
7306
+ ],
7307
+ )
7308
+
7282
7309
cc_library (
7283
7310
name = "FuncToEmitC" ,
7284
7311
srcs = glob ([
You can’t perform that action at this time.
0 commit comments