You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/10/14 02:29:54 UTC

[incubator-mxnet] branch master updated (93ddbbf -> ce1e682)

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

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


    from 93ddbbf  Numpy diag large tensor fix (#19302)
     add ce1e682  Add FindCUTENSOR.cmake (#19334)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  1 +
 .../{FindCUDNN.cmake => FindCUTENSOR.cmake}        | 20 +++++++--------
 config/darwin.cmake                                |  1 +
 config/linux.cmake                                 |  1 +
 config/linux_gpu.cmake                             |  1 +
 include/mxnet/libinfo.h                            |  1 +
 src/libinfo.cc                                     |  2 ++
 src/operator/numpy/np_einsum_op.cu                 | 29 ++--------------------
 8 files changed, 19 insertions(+), 37 deletions(-)
 copy cmake/Modules/{FindCUDNN.cmake => FindCUTENSOR.cmake} (57%)