oneDAL
oneDAL copied to clipboard
oneAPI Data Analytics Library (oneDAL)
There is no information about new interfaces in the docs and help messages. I think we need to: - shortly explain differences between content in **daal** and **oneapi/dal** folders in...
Wrapping of tbb::parallel_reduce is made.
Need to merge after fix subbuffer in DPCPP + L0.
- This is draft
Hi! **The Bug** I am playing around with your classifiers and so far I really like it. I started serialization of the trained model to use is later in the...
First modification to support dynamic linking for C & C++ runtimes
A couple of new functions for writing stable algorithms have been added: * daal::parallel_deterministic_reduce - tbb::parallel_deterministic_reduce wrapper * daal::parallel_deterministic_sum - special case when result of reduce is an array New...
### Problem I see about 2X degradation in the oneAPI C++ SVM example linked against dynamic library compared to the static one: Example linked against static threaded libraries takes **~8...