You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by di...@apache.org on 2021/09/23 20:25:01 UTC

[incubator-mxnet] branch master updated (0f5ba51 -> c1e06aa)

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

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


    from 0f5ba51  [BUGFIX] Fix (de)conv (#20597)
     add c1e06aa  Expand NVTX usage (#18683)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h                              |  23 +++++
 {plugin/opencv => python/mxnet/cuda}/__init__.py   |  13 ++-
 .../docker/Dockerfile => python/mxnet/cuda/nvtx.py |  66 +++++++------
 src/c_api/c_api.cc                                 |  45 +++++++++
 src/common/cuda/nvtx.h                             | 104 +++++++++++++++++++++
 src/engine/threaded_engine_perdevice.cc            |  13 +++
 src/imperative/imperative_utils.h                  |  21 ++++-
 src/profiler/nvtx.cc                               |  20 ----
 src/profiler/nvtx.h                                |  55 -----------
 src/profiler/profiler.h                            |  14 +--
 10 files changed, 256 insertions(+), 118 deletions(-)
 copy {plugin/opencv => python/mxnet/cuda}/__init__.py (69%)
 copy cd/python/docker/Dockerfile => python/mxnet/cuda/nvtx.py (50%)
 create mode 100644 src/common/cuda/nvtx.h
 delete mode 100644 src/profiler/nvtx.cc
 delete mode 100644 src/profiler/nvtx.h