-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
The previous teamcity CI setting has some issues, causing some test failures cannot be caught. So some previous PR modifications are wrong, for example
Paddle/paddle/fluid/operators/conv_op.h
Lines 354 to 355 in 2a22da6
| blas.MatMul(out_grad_slice, false, col_matrix, true, | |
| &filter_grad_slice); |
should be :
blas.MatMul(out_grad_slice, false, col_matrix, true, T(1.0),
&filter_grad_slice, T(1.0));
Metadata
Metadata
Assignees
Labels
No labels