Tags: uxlfoundation/oneDAL
Tags
2025.10 deprecations (#3407) This PR adds information about the APIs that are planned to be removed in oneDAL 2026.0. All those APIs are now marked as deprecated in the headers and in the docs. The description of the deprecations added into the documentation: docs/source/deprecation.rst Also: -Wno-deprecated-declarations flag was added into Bazel config, and /wd4996 flag was added to DAAL examples CMake on Windows in order to suppress the deprecation warnings. See the respective RFCS for the details: https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251015-DAAL-algorithms-deprecation https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251016-DAAL-data-sources-deprecation https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251023-DAAL-matrices-deprecation https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251022-DAAL-interfaces-deprecation
Support spmd knn search (#3262) * Support spmd knn search * clang * further restriction of responses logic based on result_options * clang * fix event addition * add queue waits for experimentation * trying without split_table * take 2 * revert debugging * address comment * restore last * debugaboo * further debugging * MORE DEBUG * further debugging * more * shared instead of device * revert last and try wait and throw on copy * trying wait_or_pass * push back events * hotfix: working but suboptimal wait_and_throw in loop * remove debug * minor formatting revisions
Add correlation distance algorithm (#3131) * Adds correlation distance algorithm, examples, docs, and unit tests Signed-off-by: North Iii <[email protected]> Co-authored-by: Victoriya Fedotova <[email protected]>
PreviousNext