You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pt...@apache.org on 2021/07/13 23:26:06 UTC

[incubator-mxnet] branch master updated (5bd9756 -> 8fd17ce)

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

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


    from 5bd9756  [wip] Re-enable code cov (#20427)
     add 8fd17ce  [FEATURE] Add backend MXGetMaxSupportedArch() and frontend get_rtc_compile_opts() for CUDA enhanced compatibility (#20443)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api_test.h            |  7 +++++
 python/mxnet/test_utils.py            |  1 +
 python/mxnet/util.py                  | 26 +++++++++++++++++-
 src/c_api/c_api_test.cc               | 11 ++++++++
 src/common/cuda/rtc.cc                | 50 ++++++++++++++++++++++-------------
 src/common/cuda/rtc.h                 |  2 ++
 src/common/rtc.cc                     |  4 +--
 tests/python/gpu/test_operator_gpu.py | 17 +++++++-----
 8 files changed, 90 insertions(+), 28 deletions(-)