@@ -5415,11 +5415,11 @@ cc_library(
5415
5415
hdrs = glob (["include/mlir/Dialect/LLVMIR/Transforms/*.h" ]),
5416
5416
includes = ["include" ],
5417
5417
deps = [
5418
- ":DataLayoutInterfaces" ,
5419
5418
":Analysis" ,
5419
+ ":DataLayoutInterfaces" ,
5420
5420
":FuncDialect" ,
5421
- ":InliningUtils" ,
5422
5421
":IR" ,
5422
+ ":InliningUtils" ,
5423
5423
":LLVMDialect" ,
5424
5424
":LLVMPassIncGen" ,
5425
5425
":NVVMDialect" ,
@@ -6041,13 +6041,13 @@ cc_library(
6041
6041
cc_library (
6042
6042
name = "GPUToGPURuntimeTransforms" ,
6043
6043
srcs = [
6044
+ "lib/Conversion/GPUCommon/AttrToSPIRVConverter.cpp" ,
6044
6045
"lib/Conversion/GPUCommon/GPUOpsLowering.cpp" ,
6045
6046
"lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp" ,
6046
- "lib/Conversion/GPUCommon/AttrToSPIRVConverter.cpp" ,
6047
6047
],
6048
6048
hdrs = [
6049
- "include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
6050
6049
"include/mlir/Conversion/GPUCommon/AttrToSPIRVConverter.h" ,
6050
+ "include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
6051
6051
"lib/Conversion/GPUCommon/GPUOpsLowering.h" ,
6052
6052
],
6053
6053
includes = ["include" ],
@@ -6067,8 +6067,8 @@ cc_library(
6067
6067
":LLVMCommonConversion" ,
6068
6068
":LLVMDialect" ,
6069
6069
":MemRefDialect" ,
6070
- ":SPIRVDialect" ,
6071
6070
":MemRefToLLVM" ,
6071
+ ":SPIRVDialect" ,
6072
6072
":Support" ,
6073
6073
":VectorToLLVM" ,
6074
6074
"//llvm:Support" ,
@@ -9988,6 +9988,7 @@ cc_binary(
9988
9988
deps = [
9989
9989
":ArithDialect" ,
9990
9990
":BuiltinToLLVMIRTranslation" ,
9991
+ ":ConvertToSPIRV" ,
9991
9992
":ExecutionEngineUtils" ,
9992
9993
":FuncDialect" ,
9993
9994
":FuncToLLVM" ,
0 commit comments