Skip to content

Commit 5224fc5

Browse files
committed
fix typo
1 parent e80a3a7 commit 5224fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)