Skip to content

Tags: uxlfoundation/oneDAL

Tags

2025.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency editorconfig-checker/editorconfig-chec…

…ker to v3.2.0 (#3051)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2025.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Set the correct CPATH for oneAPI toolkit (#2979)

2025.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: oneMKL migration (#2865) (#2919)

2024.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update version to 2024.7.0 (#2819) (#2877)

2024.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust modulefile according to the latest requirements (#2823) (#2844)

2024.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix tbb initialize (#2791)

* tbb fix

* latest commits

* fix for arm

* fixes

2024.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): revert dependency catch2 to v2 for 2024.4.0 (#2739)

* Revert "Update dependency catch2 to v3.5.4 (#2703)"

* Revert "chore(deps): update dependency catch2 to v3 (#2205)"

2024.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Makefile refactoring to factor out common build code (#2672)

* Don't use double brackets in source script

Match the same style as used in the rest of the script. I observed a
syntax error when running in a Docker container locally as well, so fix
this up quickly.

* Move arch and uarch specific code out of main Makefile

Following on from pull request
#2614, we want to make it
easier to distinguish common and platform specific code when building.
We take common code from the main makefile, and split this out into arch
and uarch specific files. We try and share as much code as possible
between uarch files.

In this first commit, we make sure that the x86 build works on linux.
Next commits will make sure that the Mac, Windows and Arm builds also
work. For now these are broken.

* Update Mac, Windows and Arm makefile configuration

Put Mac and Windows makefile code into their own files, and correct some
copy-paste errors in the Arm build. This should build on all platforms
now, but there are some more commits to go on top before the refactor is
done.

* Refactor compiler configuration in makefiles

We want to have as much common code shared between makefiles for
different compilers, as well as for the different backends. We shuffle
things around a little. This now passes on x86 Linux as well as aarch64.
Needs some internal tests to be run.

* Remove recursive definition

* Code review copyright notice and new line changes

* Remove year from contributors copyright notice

* Don't use year in copyright

* review comments

2024.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix exports in FPK on Windows (#2659) (#2661)

(cherry picked from commit 9b80051)

Co-authored-by: Alexander Andreev <alexander.andreev@intel.com>

2024.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: adding blocking in a table convert function (#2625)