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 2a20916 Skip test_sparse_mathematical_core (#19627)
add b1b5021 Support static link to openblas & autodetect LP64 vs ILP64
settings (#19174)
No new revisions were added by this update.
Summary of changes:
3rdparty/mshadow/mshadow/base.h | 3 +-
CMakeLists.txt | 13 +++---
ci/docker/Dockerfile.build.centos7 | 18 +++++++--
ci/docker/Dockerfile.build.ubuntu | 27 +++++++++++--
ci/docker/runtime_functions.sh | 5 +++
cmake/ChooseBlas.cmake | 75 +++++++++++++++++++++++++++++++++++
cmake/Modules/FindOpenBLAS.cmake | 12 +++---
config/distribution/linux_cu100.cmake | 1 -
config/distribution/linux_cu101.cmake | 1 -
config/distribution/linux_cu102.cmake | 1 -
config/distribution/linux_cu110.cmake | 1 -
config/distribution/linux_cu92.cmake | 1 -
src/operator/c_lapack_api.cc | 2 +-
src/operator/c_lapack_api.h | 21 ++++++----
tools/dependencies/openblas.sh | 3 +-
tools/staticbuild/build_lib.sh | 1 -
16 files changed, 151 insertions(+), 34 deletions(-)