We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0cb3 commit b73baa1Copy full SHA for b73baa1
test/cpu_rnn.hpp
@@ -2035,8 +2035,6 @@ void RNNFwdTrainCPUVerify(miopen::Handle& handle,
2035
{
2036
for(int h = 0; h < out_h; h++)
2037
2038
- assert(!std::isnan(rsvspace.at(prelayer_shift + bs * hy_stride + h)));
2039
- assert(!std::isinf(rsvspace.at(prelayer_shift + bs * hy_stride + h)));
2040
out_host.at(bs * out_stride + h) = rsvspace.at(prelayer_shift + bs * hy_stride + h);
2041
// printf("out_host[%d]: %f\n", bs * out_stride + h, out_host.at(bs * out_stride + h));
2042
}
0 commit comments