oneDAL
oneDAL copied to clipboard
oneAPI Data Analytics Library (oneDAL)
When including the header `daal.h`, the program fails to compile when C++20 enabled. This is due to the inclusion of [DR 2237](https://cplusplus.github.io/CWG/issues/2237.html) into the standard, which prohibits simple-template-ids in constructors....
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [catch2](https://redirect.github.com/catchorg/Catch2) | http_archive | minor | `v3.6.0` -> `v3.7.1` | --- ### Release...
# Description Add implementation for spectral embedding algorithm in DAAL and oneDAL interfaces for this algorithm
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [alabaster](https://togithub.com/sphinx-doc/alabaster) ([changelog](https://alabaster.readthedocs.io/en/latest/changelog.html)) | `==0.7.13` -> `==1.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
# Description Please include a summary of the change. For large or complex changes please include enough information to introduce your change and explain motivation for it. Changes proposed in...
This pull request adds SVE-based implementations of postGemmPart function for both float and double types to accelerate vectorized computation on ARM. **Average Performance (on Graviton3)** **Float**: ~4.3× speedup over scalar...
This PR implements the correlation distance algorithm for both the DAAL and oneDAL frameworks, computing pairwise correlation distances between feature vectors. The DAAL implementation includes block-based, batch processing containers, and...
## Add Bazel Support for DAAL Examples ### Summary This PR adds Bazel build and test support for all DAAL C++ examples. The examples can now be built and executed...