File tree 1 file changed +6
-0
lines changed
utils/bazel/llvm-project-overlay/mlir
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4807,16 +4807,20 @@ cc_library(
4807
4807
"lib/Conversion/GPUCommon/GPUOpsLowering.cpp" ,
4808
4808
],
4809
4809
hdrs = [
4810
+ "include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
4810
4811
"lib/Conversion/GPUCommon/GPUOpsLowering.h" ,
4811
4812
"lib/Conversion/GPUCommon/IndexIntrinsicsOpLowering.h" ,
4812
4813
"lib/Conversion/GPUCommon/OpToFuncCallLowering.h" ,
4813
4814
],
4814
4815
deps = [
4816
+ ":ConversionPassIncGen" ,
4815
4817
":FuncDialect" ,
4816
4818
":GPUDialect" ,
4819
+ ":GPUTransforms" ,
4817
4820
":IR" ,
4818
4821
":LLVMCommonConversion" ,
4819
4822
":LLVMDialect" ,
4823
+ ":Support" ,
4820
4824
"//llvm:Support" ,
4821
4825
],
4822
4826
)
@@ -4910,6 +4914,7 @@ cc_library(
4910
4914
includes = ["include" ],
4911
4915
deps = [
4912
4916
":ConversionPassIncGen" ,
4917
+ ":GPUCommonTransforms" ,
4913
4918
":GPUDialect" ,
4914
4919
":GPUToGPURuntimeTransforms" ,
4915
4920
":IR" ,
@@ -4919,6 +4924,7 @@ cc_library(
4919
4924
":NVGPUDialect" ,
4920
4925
":NVVMDialect" ,
4921
4926
":Pass" ,
4927
+ "//llvm:Support" ,
4922
4928
],
4923
4929
)
4924
4930
You can’t perform that action at this time.
0 commit comments