Skip to content

Commit

Permalink
delete debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyang-star committed Jan 28, 2022
1 parent 2dbd5c4 commit b429c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lite/kernels/opencl/concat_image_compute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ class ConcatComputeImage : public KernelLite<TARGET(kOpenCL),
auto* input0_image_p = GET_DATA_GPU(inputs[0]);
auto* input1_image_p = GET_DATA_GPU(inputs[1]);
int input0_dims_axis = inputs[0]->dims()[axis_];
VLOG(4) << "input0_dims_axis: " << input0_dims_axis;
cl_int status = kernel.setArg(0, *input0_image_p);
CL_CHECK_FATAL(status);
status = kernel.setArg(1, *input1_image_p);
Expand Down

0 comments on commit b429c28

Please sign in to comment.