未验证 提交 8a5f17e8 编写于 作者: R Rayman 提交者: GitHub

remove comment (#46827)

上级 8eaff62d
......@@ -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 =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册