File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4186,6 +4186,7 @@ cc_library(
4186
4186
":FuncToLLVM" ,
4187
4187
":FuncToSPIRV" ,
4188
4188
":GPUToGPURuntimeTransforms" ,
4189
+ ":GPUToLLVMSPVTransforms" ,
4189
4190
":GPUToNVVMTransforms" ,
4190
4191
":GPUToROCDLTransforms" ,
4191
4192
":GPUToSPIRV" ,
@@ -5796,6 +5797,29 @@ gentbl_cc_library(
5796
5797
],
5797
5798
)
5798
5799
5800
+ cc_library (
5801
+ name = "GPUToLLVMSPVTransforms" ,
5802
+ srcs = glob ([
5803
+ "lib/Conversion/GPUToLLVMSPV/*.cpp" ,
5804
+ ]),
5805
+ hdrs = glob ([
5806
+ "include/mlir/Conversion/GPUToLLVMSPV/*.h" ,
5807
+ ]),
5808
+ includes = ["include" ],
5809
+ deps = [
5810
+ ":ConversionPassIncGen" ,
5811
+ ":GPUDialect" ,
5812
+ ":IR" ,
5813
+ ":LLVMCommonConversion" ,
5814
+ ":LLVMDialect" ,
5815
+ ":Pass" ,
5816
+ ":SPIRVDialect" ,
5817
+ ":Support" ,
5818
+ ":TransformUtils" ,
5819
+ "//llvm:Support" ,
5820
+ ],
5821
+ )
5822
+
5799
5823
cc_library (
5800
5824
name = "GPUToNVVMTransforms" ,
5801
5825
srcs = glob ([
You can’t perform that action at this time.
0 commit comments