cudnnDropoutBackward doesn't multiply gradient by 1/(1-dropout)

I’ve checked the recent cudnn v5 release candidate and have found that cudnnDropoutBackward just passes gradient as it is without multiplying it by 1/(1-dropout).

Thanks for reporting this issue.
We will fix it for the upcoming cudnn v5 Final release.