Skip to content

Commit a7f6b0a

Browse files
committed
Merge commit 'e5bac2dd2d69772938482c1431db1fc1efb64c6f'
2 parents b4414c0 + e5bac2d commit a7f6b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/lib/TH/generic/THTensorMath.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ void THTensor_(addmm)(THTensor *r_, real beta, THTensor *t, real alpha, THTensor
13461346
m2_ = THTensor_(newContiguous)(m2);
13471347
}
13481348

1349+
#pragma omp critical(blasgemm)
13491350
/* do the operation */
13501351
THBlas_(gemm)(transpose_m1,
13511352
transpose_m2,

0 commit comments

Comments
 (0)