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/02/02 20:29:12 UTC

[incubator-mxnet] branch master updated (49edbfc -> f9d90c9)

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 49edbfc  fix safe acc in the general case of layer norm (#19806)
     add f9d90c9  [BUGFIX] Ubuntu 20.04: support for in-distro Intel MKL libraries (#19766)

No new revisions were added by this update.

Summary of changes:
 ci/docker/Dockerfile.build.ubuntu |   11 +-
 ci/docker/install/requirements    |    2 +-
 cmake/ChooseBlas.cmake            |   46 +-
 cmake/Modules/FindMKL.cmake       |  164 ------
 cmake/upstream/FindBLAS.cmake     | 1049 +++++++++++++++++++++++++++++++++++++
 rat-excludes                      |    1 +
 tools/license_header.py           |    1 +
 7 files changed, 1099 insertions(+), 175 deletions(-)
 delete mode 100644 cmake/Modules/FindMKL.cmake
 create mode 100644 cmake/upstream/FindBLAS.cmake