access2rohit commented on a change in pull request #17632: [Large Tensor] Fixed
RNN op
URL: https://github.com/apache/incubator-mxnet/pull/17632#discussion_r385396554
##########
File path: src/operator/rnn-inl.h
##########
@@ -213,8 +213,8 @@ inline size_t GetRNNWorkspaceSize(int seq_length,
inline size_t GetRNNReserveSpaceSize(int num_layer,
int direction,
- int seq_length,
- int batch_size,
+ index_t seq_length,
+ index_t batch_size,
Review comment:
size_t
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services