apeforest commented on issue #11495: Bug for matrices of multiple dimension, 
with one dimension much larger
URL: 
https://github.com/apache/incubator-mxnet/issues/11495#issuecomment-402866874
 
 
   The bug is due to 32-bit unsigned int overflow. The second value of `Size()` 
in the CHECK_EQ is from `mshadow::Shape<dim>`, whose return type is defined as 
`unsigned` in the [header 
file](https://github.com/dmlc/mshadow/blob/a8c650ce8a708608a282c4d1e251c57873a8db25/mshadow/base.h#L287).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to