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/01/02 08:57:11 UTC

[incubator-mxnet] branch master updated (e65fc4b -> ffeacfa)

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 e65fc4b  [MKLDNN] Fix _copyto  (#17173)
     add ffeacfa  Workaround for DLL size limitation on Windows (#16980)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                   | 102 ++++++++---
 {ci/docker/qemu => tools/windowsbuild}/README.md |   3 +-
 tools/windowsbuild/gen_warp.cpp                  | 209 +++++++++++++++++++++++
 tools/windowsbuild/warp_dll.cpp                  | 151 ++++++++++++++++
 4 files changed, 442 insertions(+), 23 deletions(-)
 copy {ci/docker/qemu => tools/windowsbuild}/README.md (85%)
 create mode 100644 tools/windowsbuild/gen_warp.cpp
 create mode 100644 tools/windowsbuild/warp_dll.cpp