You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/30 22:21:06 UTC

[GitHub] [incubator-mxnet] barry-jin opened a new pull request #20478: [WIP][API] Extend NumPy Array dtypes with int16, uint16, uint32, uint64

barry-jin opened a new pull request #20478:
URL: https://github.com/apache/incubator-mxnet/pull/20478


   ## Description ##
   As stated in array [api standaization](https://data-apis.org/array-api/latest/API_specification/data_types.html), array api should support bool, int8, int16, int32, int64, uint8, uint16, uint32, uint64, float32, float64 data types. 
   
   This PR will extend MXNet NumPy array data type with int16, uint16, uint32, uint64, which are not supported in current design. Also, the following array creation functions will also update these data type support: 
   `mx.np.arange`, `mx.np.empty`, `mx.np.empty_like`, `mx.np.eye`, `mx.np.full`, `mx.np.full_like`, `mx.np.ones`, `mx.np.ones_like`
   Type cast function:
   `arr.astype()`
   
   ## Checklist ##
   ### Essentials ###
   - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [x] Code is well-documented
   
   ### Changes ###
   - [x] Add dtypes: int16, uint16, uint32, uint64
   - [x] Update array creation functions
   - [ ] Add tests
   - [ ] Update manipulation functions and operators. 
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be made.
   - Interesting edge cases to note here
   


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20478: [WIP][API] Extend NumPy Array dtypes with int16, uint16, uint32, uint64

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20478:
URL: https://github.com/apache/incubator-mxnet/pull/20478#issuecomment-890216946


   Hey @barry-jin , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [website, unix-cpu, miscellaneous, windows-gpu, unix-gpu, sanity, centos-gpu, windows-cpu, centos-cpu, edge, clang]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] barry-jin merged pull request #20478: [API] Extend NumPy Array dtypes with int16, uint16, uint32, uint64

Posted by GitBox <gi...@apache.org>.
barry-jin merged pull request #20478:
URL: https://github.com/apache/incubator-mxnet/pull/20478


   


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org