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 @@ -4185,6 +4185,7 @@ cc_library(
4185
4185
":FuncToLLVM" ,
4186
4186
":FuncToSPIRV" ,
4187
4187
":GPUToGPURuntimeTransforms" ,
4188
+ ":GPUToLLVMSPVTransforms" ,
4188
4189
":GPUToNVVMTransforms" ,
4189
4190
":GPUToROCDLTransforms" ,
4190
4191
":GPUToSPIRV" ,
@@ -5795,6 +5796,29 @@ gentbl_cc_library(
5795
5796
],
5796
5797
)
5797
5798
5799
+ cc_library (
5800
+ name = "GPUToLLVMSPVTransforms" ,
5801
+ srcs = glob ([
5802
+ "lib/Conversion/GPUToLLVMSPV/*.cpp" ,
5803
+ ]),
5804
+ hdrs = glob ([
5805
+ "include/mlir/Conversion/GPUToLLVMSPV/*.h" ,
5806
+ ]),
5807
+ includes = ["include" ],
5808
+ deps = [
5809
+ ":ConversionPassIncGen" ,
5810
+ ":GPUDialect" ,
5811
+ ":IR" ,
5812
+ ":LLVMCommonConversion" ,
5813
+ ":LLVMDialect" ,
5814
+ ":Pass" ,
5815
+ ":SPIRVDialect" ,
5816
+ ":Support" ,
5817
+ ":TransformUtils" ,
5818
+ "//llvm:Support" ,
5819
+ ],
5820
+ )
5821
+
5798
5822
cc_library (
5799
5823
name = "GPUToNVVMTransforms" ,
5800
5824
srcs = glob ([
You can’t perform that action at this time.
0 commit comments