Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Problems with DAAL Testing Code in Getting Started Documentation

Aaron_R_
Beginner
390 Views
In the getting started documentation for the academic version there is the following beginning of the example C++ file: #include "daal.h" #include using namespace daal; using namespace daal::algorithms; using namespace daal::data_management; In visual studio, this will not compile without adding the following: #include "stdafx.h" using namespace daal::services; It would beneficial to update the documentation to help people who might be having problems.
0 Kudos
1 Reply
Andrey_N_Intel
Employee
390 Views

Hi Aaron,

Intel(R) DAAL provides DAALExamples.sln solution for the library examples. Please, have a look at it and let us know, if you have any issue with building and running the examples.

Andrey

0 Kudos
Reply