File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -5279,6 +5279,38 @@ gentbl_cc_library(
5279
5279
deps = [":PassBaseTdFiles" ],
5280
5280
)
5281
5281
5282
+ cc_library (
5283
+ name = "GPUPipelines" ,
5284
+ srcs = ["lib/Dialect/GPU/Pipelines/GPUToNVVMPipeline.cpp" ],
5285
+ hdrs = ["include/mlir/Dialect/GPU/Pipelines/Passes.h" ],
5286
+ includes = ["include" ],
5287
+ local_defines = ["MLIR_CUDA_CONVERSIONS_ENABLED" ],
5288
+ deps = [
5289
+ ":AffineToStandard" ,
5290
+ ":ArithToLLVM" ,
5291
+ ":FuncDialect" ,
5292
+ ":FuncToLLVM" ,
5293
+ ":GPUCommonTransforms" ,
5294
+ ":GPUDialect" ,
5295
+ ":GPUToNVVMTransforms" ,
5296
+ ":GPUTransforms" ,
5297
+ ":IndexToLLVM" ,
5298
+ ":LLVMDialect" ,
5299
+ ":LinalgTransforms" ,
5300
+ ":MathToLLVM" ,
5301
+ ":MemRefToLLVM" ,
5302
+ ":MemRefTransforms" ,
5303
+ ":NVGPUToNVVM" ,
5304
+ ":NVVMToLLVM" ,
5305
+ ":Pass" ,
5306
+ ":ReconcileUnrealizedCasts" ,
5307
+ ":SCFToControlFlow" ,
5308
+ ":Transforms" ,
5309
+ ":VectorToLLVM" ,
5310
+ ":VectorToSCF" ,
5311
+ ],
5312
+ )
5313
+
5282
5314
cc_library (
5283
5315
name = "GPUTransforms" ,
5284
5316
srcs = glob (
@@ -8816,6 +8848,7 @@ cc_library(
8816
8848
":FuncTransformsPassIncGen" ,
8817
8849
":GPUDialect" ,
8818
8850
":GPUPassIncGen" ,
8851
+ ":GPUPipelines" ,
8819
8852
":GPUToGPURuntimeTransforms" ,
8820
8853
":GPUToNVVMTransforms" ,
8821
8854
":GPUToROCDLTransforms" ,
You can’t perform that action at this time.
0 commit comments