File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4088,22 +4088,22 @@ cc_library(
4088
4088
] + if_cuda_available ([
4089
4089
"@cuda//:cuda_headers" ,
4090
4090
"@cuda//:libcuda" ,
4091
- ])
4091
+ ]),
4092
4092
)
4093
4093
4094
4094
write_file (
4095
4095
name = "SerializeToCubin_stub_cc" ,
4096
4096
out = "SerializeToCubin_stub.cc" ,
4097
4097
content = [
4098
- """
4098
+ """
4099
4099
#include "mlir/Dialect/GPU/Transforms/Passes.h"
4100
4100
4101
4101
// Provide a weak registration stub in case the real SerializeToCubin is not
4102
4102
// linked in.
4103
4103
4104
4104
__attribute__((weak)) void mlir::registerGpuSerializeToCubinPass() {}
4105
- """
4106
- ]
4105
+ """ ,
4106
+ ],
4107
4107
)
4108
4108
4109
4109
cc_library (
@@ -4162,9 +4162,12 @@ cc_library(
4162
4162
],
4163
4163
includes = ["include" ],
4164
4164
deps = [
4165
+ ":AffineDialect" ,
4165
4166
":ArithDialect" ,
4166
4167
":AsmParser" ,
4167
4168
":ControlFlowDialect" ,
4169
+ ":DialectUtils" ,
4170
+ ":FuncDialect" ,
4168
4171
":GPUDialect" ,
4169
4172
":GPUTransformOpsIncGen" ,
4170
4173
":GPUTransforms" ,
@@ -7113,8 +7116,8 @@ cc_binary(
7113
7116
":OpenMPDialect" ,
7114
7117
":Pass" ,
7115
7118
":QuantOps" ,
7116
- ":SerializeToCubin" ,
7117
7119
":SCFToGPU" ,
7120
+ ":SerializeToCubin" ,
7118
7121
":Support" ,
7119
7122
":Transforms" ,
7120
7123
"//llvm:AllTargetsCodeGens" ,
You can’t perform that action at this time.
0 commit comments