Skip to content

Commit 2fa3365

Browse files
committed
Merge commit '5224fc56b03b6468cb85ccf39034b8ab0d76d04e'
2 parents 4373580 + 5224fc5 commit 2fa3365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/lib/THCUNN/generic/SpatialConvolutionLocal.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static THCTensor* THNN_(view_weight_local)(
5252
THCState *state,
5353
THCTensor *_weight)
5454
{
55-
THTensor *weight = THCTensor_(newContiguous)(state, _weight);
55+
THCTensor *weight = THCTensor_(newContiguous)(state, _weight);
5656
THArgCheck(weight->nDimension == 3 || weight->nDimension == 6, 4,
5757
"weight tensor should be 3D or 6D - got %dD", weight->nDimension);
5858
if (weight->nDimension == 6) {

0 commit comments

Comments
 (0)