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 2021/03/12 19:46:36 UTC

[incubator-mxnet] branch master updated (f3c27c0 -> bb6c5ac)

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 f3c27c0  Grammar fix (added period to README) (#19998)
     add bb6c5ac  Remove USE_MKL_IF_AVAILABLE flag (#20004)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  5 +-
 ci/build_windows.py                                |  6 +-
 ci/docker/runtime_functions.sh                     | 65 +++++++++++-----------
 ci/jenkins/Jenkins_steps.groovy                    |  2 +-
 cmake/ChooseBlas.cmake                             | 10 ++--
 config/darwin.cmake                                |  1 -
 config/distribution/darwin_cpu.cmake               |  1 -
 config/distribution/darwin_native.cmake            |  1 -
 config/distribution/linux_cpu.cmake                |  2 +-
 config/distribution/linux_cu100.cmake              |  2 +-
 config/distribution/linux_cu101.cmake              |  2 +-
 config/distribution/linux_cu102.cmake              |  2 +-
 config/distribution/linux_cu110.cmake              |  2 +-
 config/distribution/linux_cu112.cmake              |  2 +-
 config/distribution/linux_cu92.cmake               |  2 +-
 config/distribution/linux_native.cmake             |  2 +-
 config/linux.cmake                                 |  3 -
 config/linux_gpu.cmake                             |  3 -
 .../performance/backend/mkldnn/mkldnn_readme.md    |  2 +-
 .../_includes/get_started/devices/raspberry_pi.md  |  4 +-
 tests/README.md                                    |  4 +-
 21 files changed, 54 insertions(+), 69 deletions(-)