You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/09/25 08:44:45 UTC

[systemds] branch master updated (86168de -> fb6d636)

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

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 86168de  [DOCS] Update docs with new python tutorial
     add fb6d636  [SYSTEMDS-2663, 2664] Prepare native instructions for release 2.0

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/CMakeLists.txt                        |  17 +++-
 src/main/cpp/build.bat                             |  38 ++++++++
 src/main/cpp/cmake/FindOpenBLAS.cmake              |   2 +-
 src/main/cpp/lib/libsystemds_mkl-Linux-x86_64.so   | Bin 39416 -> 39416 bytes
 src/main/cpp/lib/libsystemds_mkl-Windows-AMD64.dll | Bin 0 -> 26624 bytes
 .../cpp/lib/libsystemds_openblas-Linux-x86_64.so   | Bin 43176 -> 43176 bytes
 .../cpp/lib/libsystemds_openblas-Windows-AMD64.dll | Bin 0 -> 28160 bytes
 src/main/cpp/lib/systemds_mkl-Windows-AMD64.dll    | Bin 26624 -> 0 bytes
 .../cpp/lib/systemds_openblas-Windows-AMD64.dll    | Bin 78336 -> 0 bytes
 .../java/org/apache/sysds/utils/NativeHelper.java  |  96 ++++++++++++---------
 10 files changed, 108 insertions(+), 45 deletions(-)
 create mode 100644 src/main/cpp/build.bat
 create mode 100644 src/main/cpp/lib/libsystemds_mkl-Windows-AMD64.dll
 create mode 100644 src/main/cpp/lib/libsystemds_openblas-Windows-AMD64.dll
 delete mode 100644 src/main/cpp/lib/systemds_mkl-Windows-AMD64.dll
 delete mode 100644 src/main/cpp/lib/systemds_openblas-Windows-AMD64.dll