You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test won't fail because workspace of size 0 is still a valid initialization. If we fix this we can get 50% performance improvements on ConvNet on TitanX. #6321
The text was updated successfully, but these errors were encountered:
The default value of workspace_size_MB has been set to 4096.
Paddle/paddle/operators/conv_cudnn_op.cc
Lines 25 to 31 in a06bec1
workspace_size_MB is of type
int
. It will overflow atPaddle/paddle/operators/conv_cudnn_op.cu.cc
Lines 114 to 116 in 4ecbab4
The similar problem appears at backward.
The test won't fail because workspace of size 0 is still a valid initialization. If we fix this we can get 50% performance improvements on ConvNet on TitanX. #6321
The text was updated successfully, but these errors were encountered: