Skip to content

Commit

Permalink
remove comment (#46827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman96 authored Oct 10, 2022
1 parent 8eaff62 commit 8a5f17e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/phi/kernels/gpu/deformable_conv_grad_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ __global__ void ModulatedDeformableCol2imGpuKernel(
MT* grad_im) {
int index = blockIdx.x * blockDim.x + threadIdx.x;
int offset = blockDim.x * gridDim.x;
// using MT = typename phi::dtype::MPTypeTrait<T>::Type;
for (size_t thread = index; thread < nthreads; thread += offset) {
const int j = (thread / width_col / height_col / batch_size) % kernel_w;
const int i =
Expand Down

0 comments on commit 8a5f17e

Please sign in to comment.