Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] oneMKL migration: Fix for DLL loading issue on Windows #2902

Draft
wants to merge 111 commits into
base: main
Choose a base branch
from

Commits on Aug 1, 2024

  1. init onemkl

    Alexandr-Solovev committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1937138 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    1cd9f18 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. minor fix

    Alexandr-Solovev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    836b5c3 View commit details
    Browse the repository at this point in the history
  2. minor fix

    Alexandr-Solovev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c32382e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00bb289 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fixes for public ci

    Alexandr-Solovev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ecc20a0 View commit details
    Browse the repository at this point in the history
  2. fixes for win + ci

    Alexandr-Solovev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8472acb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea8979 View commit details
    Browse the repository at this point in the history
  4. fixes

    Alexandr-Solovev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    40366b3 View commit details
    Browse the repository at this point in the history
  5. fixes

    Alexandr-Solovev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a6220db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4babe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. minor fixes

    Alexandr-Solovev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    43aae73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba80c24 View commit details
    Browse the repository at this point in the history
  3. fix for threading

    Alexandr-Solovev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2a08eab View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. minor restore

    Alexandr-Solovev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1ad623f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4f2af View commit details
    Browse the repository at this point in the history
  3. minor fix

    Alexandr-Solovev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7ddd2d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fixes for makefile

    Alexandr-Solovev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    32fd9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060e241 View commit details
    Browse the repository at this point in the history
  3. fix for rng

    Alexandr-Solovev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a8d571f View commit details
    Browse the repository at this point in the history
  4. remove bazel deps

    Alexandr-Solovev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9963630 View commit details
    Browse the repository at this point in the history
  5. adding seq gemm

    Alexandr-Solovev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    91ef4cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a28e33 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fixes

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    530a7ae View commit details
    Browse the repository at this point in the history
  2. minor fix for rbf

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b00ecc9 View commit details
    Browse the repository at this point in the history
  3. fixes for makefile

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8df5ba3 View commit details
    Browse the repository at this point in the history
  4. fixes

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ac69218 View commit details
    Browse the repository at this point in the history
  5. fixes

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bc2a3aa View commit details
    Browse the repository at this point in the history
  6. fixes for rbf

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1bc4221 View commit details
    Browse the repository at this point in the history
  7. fixes for win

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d4a2b2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ffeb9f View commit details
    Browse the repository at this point in the history
  9. fix comments

    Alexandr-Solovev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    44ca8ec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fixes

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    90b6b72 View commit details
    Browse the repository at this point in the history
  2. only windows

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cf3b955 View commit details
    Browse the repository at this point in the history
  3. minor fix

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4460b0c View commit details
    Browse the repository at this point in the history
  4. test

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bf3d167 View commit details
    Browse the repository at this point in the history
  5. test toolkit

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1fe29e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b4329c View commit details
    Browse the repository at this point in the history
  7. fixes for win

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1621fa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ada5b2d View commit details
    Browse the repository at this point in the history
  9. fixes

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    51584b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57bca4a View commit details
    Browse the repository at this point in the history
  11. fix for gpufpk line

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a3282ed View commit details
    Browse the repository at this point in the history
  12. fixes for env

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    293dd0f View commit details
    Browse the repository at this point in the history
  13. fixes for docker

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a7d311d View commit details
    Browse the repository at this point in the history
  14. path fixes

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b9e59b1 View commit details
    Browse the repository at this point in the history
  15. fix

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    41deae8 View commit details
    Browse the repository at this point in the history
  16. test wo wildcard

    Alexandr-Solovev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f08ad52 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fixes for win

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9655857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6267d View commit details
    Browse the repository at this point in the history
  3. fixes for win

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d13d9ab View commit details
    Browse the repository at this point in the history
  4. fixes

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ae9cc9 View commit details
    Browse the repository at this point in the history
  5. fixes

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8c81c16 View commit details
    Browse the repository at this point in the history
  6. fixes

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    60bf700 View commit details
    Browse the repository at this point in the history
  7. remove subst

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    89d06d1 View commit details
    Browse the repository at this point in the history
  8. fixes

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    166548a View commit details
    Browse the repository at this point in the history
  9. minor fix

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0b486f6 View commit details
    Browse the repository at this point in the history
  10. fixes for macros

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    527a761 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    072d0b4 View commit details
    Browse the repository at this point in the history
  12. fix for docker

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d080fdb View commit details
    Browse the repository at this point in the history
  13. minor fixes

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2bdd513 View commit details
    Browse the repository at this point in the history
  14. fixes naming

    Alexandr-Solovev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bcf7d8b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fixes for makefile

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    093db54 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a46b852 View commit details
    Browse the repository at this point in the history
  3. fixes

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    40e0641 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c8167 View commit details
    Browse the repository at this point in the history
  5. minor fixes

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    28d27ff View commit details
    Browse the repository at this point in the history
  6. fixes for exports

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ccec31d View commit details
    Browse the repository at this point in the history
  7. minor fix

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9f71331 View commit details
    Browse the repository at this point in the history
  8. fixes

    Alexandr-Solovev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8e2af05 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. minor fixes for win

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    596caea View commit details
    Browse the repository at this point in the history
  2. minor fixes

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    15d7fea View commit details
    Browse the repository at this point in the history
  3. fixes

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f9b8d94 View commit details
    Browse the repository at this point in the history
  4. fix for debug flag

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    01ecb0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b314d18 View commit details
    Browse the repository at this point in the history
  6. fixes for win

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9b48109 View commit details
    Browse the repository at this point in the history
  7. fixes for ci

    Alexandr-Solovev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6ef84dd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. minor fixes

    Alexandr-Solovev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f68303 View commit details
    Browse the repository at this point in the history
  2. minor upd

    Alexandr-Solovev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6042c3d View commit details
    Browse the repository at this point in the history
  3. minor fix

    Alexandr-Solovev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    da882ac View commit details
    Browse the repository at this point in the history
  4. minor fixes

    Alexandr-Solovev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d709ed8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69392e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fixes for win

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9170b7f View commit details
    Browse the repository at this point in the history
  2. minor check

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    414dd19 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    910180d View commit details
    Browse the repository at this point in the history
  4. fixes

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e161b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b2e89 View commit details
    Browse the repository at this point in the history
  6. fixes for test

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2e5e9de View commit details
    Browse the repository at this point in the history
  7. fixes for ci

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0ecf52b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c55ae1 View commit details
    Browse the repository at this point in the history
  9. minor fixes

    Alexandr-Solovev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c84eef3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fixes for win

    Alexandr-Solovev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5217992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0abb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aacc2f View commit details
    Browse the repository at this point in the history
  4. minor fix

    Alexandr-Solovev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    503caea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92ee88f View commit details
    Browse the repository at this point in the history
  6. minor fix

    Alexandr-Solovev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0aed02e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83e43a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bb26d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fixes

    Alexandr-Solovev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e180df1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ebbe477 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Remove mkl_tbb_thread library from onedal_thread link line; add tbb12…

    ….lib to onedal_core link line as reqired by MKL link line advisor
    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ceffb02 View commit details
    Browse the repository at this point in the history
  2. Fix for the previous commit

    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    29b3cd5 View commit details
    Browse the repository at this point in the history
  3. Fix for the previous commit

    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    70a48c7 View commit details
    Browse the repository at this point in the history
  4. Fix for the previous commit

    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    690f119 View commit details
    Browse the repository at this point in the history
  5. Fix for the previous commit

    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9aabb27 View commit details
    Browse the repository at this point in the history
  6. Fix for the previous commit

    Vika-F committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1a718ee View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add copying tbb into daal/latest/redist/intel64 on Win; Remove tbb12.…

    …lib dependency from onedal_core link line
    Vika-F committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b868032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788cee7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    9cca77a View commit details
    Browse the repository at this point in the history
  2. clang-format

    Vika-F committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ba40d52 View commit details
    Browse the repository at this point in the history