Merge pull request #6498 from luotao1/row_conv

fix warning in row_conv_op.cu
del_some_in_makelist
Tao Luo 8 years ago committed by GitHub
commit c8d4efb20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,7 +243,6 @@ __global__ void RowConvGradFilter(const T *in, const T *dout, int num_sequence,
int block_x, int block_y,
const size_t *batch_indices, T *dfilter) {
int blx = blockDim.x;
int bly = blockDim.y;
int thx = threadIdx.x;
int thy = threadIdx.y;
int gx = blockIdx.x * blx;

Loading…
Cancel
Save