You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2019/10/21 18:39:13 UTC

[incubator-mxnet] branch master updated (91bb398 -> 1fb6f00)

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

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


    from 91bb398  [CD] Adds python docker pipeline (#16547)
     add 1fb6f00  Build dmlc-core with old thread_local implementation (#16526)

No new revisions were added by this update.

Summary of changes:
 3rdparty/dmlc-core                    |  2 +-
 CMakeLists.txt                        |  3 ++
 Makefile                              |  2 +
 tests/cpp/engine/thread_local_test.cc | 80 +++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 1 deletion(-)
 create mode 100644 tests/cpp/engine/thread_local_test.cc