oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

oneAPI Data Analytics Library (oneDAL)

Results 185 oneDAL issues
Sort by recently updated
recently updated
newest added

- `cpu_info` class added to store the parameters of CPU; - `global_context` static class was added to store global information about the system.

enhancement
testing

# Description Implement functions that compute probabilities, logloss and derivative on sparse data using sparse blas. Integrate them into logloss_function and logloss_hessian_product primitives

Subsequent to the merge of pull request [#2614,](https://github.com/oneapi-src/oneDAL/pull/2614) which introduced ARM as a supported CPU platform, we have implemented preliminary support for cross-compiling ARM backend on the x86 continuous integration...

This PR continues the work started in the PR https://github.com/oneapi-src/oneDAL/pull/2638 Co-authored-by: Andreas Huber @ahuber21

enhancement
testing

# Description Adds hyperparameters to random forest classification. Adds all the necessary glue logic in oneDAL to set the parameters in the DAAL kernel, to which the oneDAL implementation falls...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [catch2](https://togithub.com/catchorg/Catch2) | http_archive | major | `v2.13.10` -> `v3.5.0` | In...

infra

# 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...

Following functionality was implemented: - `sparse_matrix_handle` class - a wrapper to `oneapi::mkl::sparse::matrix_handle_t`. - `set_csr_data(...)` primitives allowing to fill the internal CSR data structure of the `sparse_matrix_handle` with the data provided...

enhancement
dpc++
testing