apeforest commented on a change in pull request #15059: [MXNET-1410]Adding 
Large Tensor Support for tensor transpose
URL: https://github.com/apache/incubator-mxnet/pull/15059#discussion_r287460514
 
 

 ##########
 File path: src/operator/tensor/matrix_op-inl.h
 ##########
 @@ -1950,7 +1950,7 @@ struct ReverseParam : public 
dmlc::Parameter<ReverseParam> {
 #define REVERSE_MAX_DIM 10U
 
 struct reverse {
-  MSHADOW_XINLINE static int ReverseIndex(index_t idx,
+  MSHADOW_XINLINE static index_t ReverseIndex(index_t idx,
                                           index_t nreversedim,
 
 Review comment:
   nit: indent

----------------------------------------------------------------
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