ChaiBapchya opened a new pull request #15783: Large tensor support for random 
ops
URL: https://github.com/apache/incubator-mxnet/pull/15783
 
 
   ## Description ##
   Support int64 (large tensor) for remaining random ops (barring 
`random.multinomial` and `random.negative_binomial`
   
   Below 6 are supported
   ```
   random.exponential
   random.gamma
   random.generalized_negative_binomial
   random.normal
   random.poisson
   random.randn
   ```
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   Added 1 test case each
   
   ## Comments ##
   Currently 
   `nosetests tests/nightly/test_large_array.py` results in 42 tests pass (4 
fail - unrelated - topk,sort,argsort,reduce

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

Reply via email to