Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[FEATURE] Enable dynamic linking with MKL and compiler based OpenMP #20474

Merged
merged 16 commits into from
Oct 13, 2021

Commits on Oct 12, 2021

  1. [FEATURE] Enable dynamic linking with MKL and compiler based OpenMP

    OneMKL 2021.3 fixed linking OpenMP while using SDL and
    MKL_THREADING_LAYER set to GNU.
    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6042b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7007130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72c060e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5dd2a7 View commit details
    Browse the repository at this point in the history
  5. Clean up the apt cache

    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0c5f9cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6f7641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f628a7 View commit details
    Browse the repository at this point in the history
  8. [WIP] Adding github runner for MAC OS to check MKL specific changes

    This is a temporary change to check if adding MKL runtime support
    won't crash MacOS.
    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ae6686b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59db10d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32aa4cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dde35e4 View commit details
    Browse the repository at this point in the history
  12. Run only mkl tests

    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4b80278 View commit details
    Browse the repository at this point in the history
  13. Fix for finding MKL libraries on MacOs by FindBLAS.cmake

    Turn off SDL for MKL on MacOS as it need fixes.
    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    30f90b5 View commit details
    Browse the repository at this point in the history
  14. Enable linking MxNET with MKL static libraries on MacOS

    Add proper mkl_threading flags for Mac Os.
    Enable all tests that are for MacOS + MKL tests.
    Rebuild numpy with MKL BLAS (instead of OpenBLAS).
    akarbown committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5195792 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca1bcbe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3cd9340 View commit details
    Browse the repository at this point in the history