Questions tagged [intel-dal]

The Intel® oneAPI Data Analytics Library (oneDAL) is a library that helps speed up big data analysis by providing highly optimized algorithmic building blocks for all stages of data analytics (preprocessing, transformation, analysis, modeling, validation, and decision making) in batch, online, and distributed processing modes of computation. The current version of oneDAL provides Data Parallel C++ (DPC++) API extensions to the traditional C++ interface.

6 questions
1
vote
1 answer

Intel DAAL 2017 Beta update 1 compile errors

I am struggling my way through making daal work in my project, and have now come across the following error - I am struggling to make any sense of it and not quite sure where to even start with debugging. I am trying to replicate this website's…
KKel
  • 61
  • 6
1
vote
1 answer

K-means empty action with intel DAAL library

In the MATLAB version of the K-means algorithm, there is a very useful flag that indicates the action to take if a cluster loses all member observations during the optimization. There are 3 possibilities in MATLAB: treat empty cluster as an…
BayesianMonk
  • 540
  • 7
  • 23
0
votes
1 answer

C header/API for intel dal?

I'm trying to use Intel Onedal (https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onedal.html) to do some machine leaning training/inference. Based on the source code I found in github, it seems that all the code is in…
lezebulon
  • 7,607
  • 11
  • 42
  • 73
0
votes
1 answer

Intel DAAL library compatible with KNC?

I am looking for a definitive answer as to whether the Intel DAAL libraries are compatible with the x100 Knights Corner Xeon Phi co-processor. I have searched high and low on the internet can can't tell either way, and can't seem to make it work on…
KKel
  • 61
  • 6
0
votes
1 answer

Intel DAAL possible issue with header file?

I installed Intel parallel studio on Mac OS and using daal to build my files. After setting up the variable, and run, daalvars.sh intel64 icc my_first_daal_program.cpp -daal=parallel -o my_first_daal_program I got following…
rifle123
  • 149
  • 1
  • 2
  • 15
0
votes
1 answer

Intel DAAL python error

Intel Data Analytics Acceleration Library (Intel DAAL) has been installed successfully on my ubuntu. However, when running examples located at compilers_and_libraries_2017/linux/daal/examples/python/source/distance, I got following error. Anybody…
rifle123
  • 149
  • 1
  • 2
  • 15