You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/07/16 23:59:46 UTC

[incubator-mxnet] branch master updated (2abf0b8 -> 3ef00b8)

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

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


    from 2abf0b8  Initialize docker cache in build.py for docker-compose containers (#18724)
     add 3ef00b8  Refactoring of Pooled Storage Manager classes (#18582)

No new revisions were added by this update.

Summary of changes:
 docs/static_site/src/pages/api/faq/env_var.md |  67 ++-
 src/profiler/storage_profiler.h               |  20 +-
 src/storage/cpu_device_storage.h              |  11 +-
 src/storage/cpu_shared_storage_manager.h      |  16 +-
 src/storage/gpu_device_storage.h              |  37 +-
 src/storage/naive_storage_manager.h           |   1 -
 src/storage/pinned_memory_storage.h           |  20 +-
 src/storage/pooled_storage_manager.h          | 590 ++++++++++++++------------
 src/storage/storage.cc                        | 269 +++++++-----
 src/storage/storage_manager.h                 |   2 +-
 src/storage/storage_manager_helpers.h         | 162 +++++++
 tests/python/unittest/test_gluon_data.py      |  15 +-
 12 files changed, 732 insertions(+), 478 deletions(-)
 create mode 100644 src/storage/storage_manager_helpers.h