connorgoggins commented on issue #17632: [Large Tensor] Fixed RNN op
URL: https://github.com/apache/incubator-mxnet/pull/17632#issuecomment-593884226
 
 
   @zixuanweeei you're absolutely right - the segfault was generated on line 
2032 of `rnn_impl.h` during the backward pass when I ran the op in ReLU mode. 
This line lies within the iteration section of the omp loop and, as @apeforest 
astutely pointed out, the omp loop requires a signed index, which led to errors 
when the `size_t` changes were implemented.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to