Skip to content

Commit

Permalink
test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlin-work committed Feb 21, 2022
1 parent fc39b80 commit af47944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/kernels/opencl/conv_transpose_image_compute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void ConvTransposeImageCompute::PrepareForRun() {
filter_gpu_image_, filter_image_w_, filter_image_h_, filter_image_data);
} else if (groups_ > 1) {
CHECK_EQ(filter_tensor_n_ % groups_, 0);
kernel_name = "group_conv2d_transpose";
std::string kernel_name = "group_conv2d_transpose";
is_group_conv_ = true;
kernel_func_names_.push_back(kernel_name);

Expand Down

0 comments on commit af47944

Please sign in to comment.