Skip to content

Commit b73baa1

Browse files
authored
[Windows] fix compilation on Windows (#2677)
1 parent 67f0cb3 commit b73baa1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/cpu_rnn.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,8 +2035,6 @@ void RNNFwdTrainCPUVerify(miopen::Handle& handle,
20352035
{
20362036
for(int h = 0; h < out_h; h++)
20372037
{
2038-
assert(!std::isnan(rsvspace.at(prelayer_shift + bs * hy_stride + h)));
2039-
assert(!std::isinf(rsvspace.at(prelayer_shift + bs * hy_stride + h)));
20402038
out_host.at(bs * out_stride + h) = rsvspace.at(prelayer_shift + bs * hy_stride + h);
20412039
// printf("out_host[%d]: %f\n", bs * out_stride + h, out_host.at(bs * out_stride + h));
20422040
}

0 commit comments

Comments
 (0)