You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2019/09/22 21:21:56 UTC

[incubator-mxnet] branch master updated (0994ea0 -> 8e48cec)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 0994ea0  julia: implement `context.num_gpus` (#16236)
     add 8e48cec  julia: add `AbstractMXError` as parent type (#16235)

No new revisions were added by this update.

Summary of changes:
 julia/NEWS.md                                      |  3 +++
 julia/src/MXNet.jl                                 |  5 +++++
 julia/src/base.jl                                  |  7 -------
 .../unittest/context.jl => src/exceptions.jl}      | 21 +++++++++------------
 julia/test/unittest/{context.jl => exceptions.jl}  | 22 +++++++++++++++-------
 5 files changed, 32 insertions(+), 26 deletions(-)
 copy julia/{test/unittest/context.jl => src/exceptions.jl} (73%)
 copy julia/test/unittest/{context.jl => exceptions.jl} (72%)