File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6052,9 +6052,11 @@ cc_library(
6052
6052
srcs = [
6053
6053
"lib/Conversion/GPUCommon/GPUOpsLowering.cpp" ,
6054
6054
"lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp" ,
6055
+ "lib/Conversion/GPUCommon/AttrToSPIRVConverter.cpp" ,
6055
6056
],
6056
6057
hdrs = [
6057
6058
"include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
6059
+ "include/mlir/Conversion/GPUCommon/AttrToSPIRVConverter.h" ,
6058
6060
"lib/Conversion/GPUCommon/GPUOpsLowering.h" ,
6059
6061
],
6060
6062
includes = ["include" ],
@@ -6074,6 +6076,7 @@ cc_library(
6074
6076
":LLVMCommonConversion" ,
6075
6077
":LLVMDialect" ,
6076
6078
":MemRefDialect" ,
6079
+ ":SPIRVDialect" ,
6077
6080
":MemRefToLLVM" ,
6078
6081
":Support" ,
6079
6082
":VectorToLLVM" ,
You can’t perform that action at this time.
0 commit comments