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