You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/12/24 01:15:31 UTC

[incubator-mxnet] branch master updated (5aa3a7a -> efc4ad8)

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

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


    from 5aa3a7a  Disable OpenMP offloading support for 3rdparty/openmp (#17098)
     add efc4ad8  [MXNET-1440] julia: porting `current_context` (#17142)

No new revisions were added by this update.

Summary of changes:
 julia/src/MXNet.jl             |   6 ++-
 julia/src/context.jl           | 104 ++++++++++++++++++++++++++++++++++++++++-
 julia/src/ndarray/array.jl     |  18 +++----
 julia/src/ndarray/type.jl      |   2 +-
 julia/test/unittest/context.jl |  77 ++++++++++++++++++++++++++++++
 julia/test/unittest/ndarray.jl |   2 +-
 6 files changed, 197 insertions(+), 12 deletions(-)