Tells the compiler to link to certain libraries in the Intel® oneAPI Data Analytics Library (oneDAL). Option -daal is a deprecated option; the replacement option is -qdaal.
Linux: | -daal[=lib] |
Windows: | /Qdaal[:lib] |
lib |
Indicates which oneDAL library files should be linked. Possible values are:
|
OFF |
The compiler does not link to the oneDAL. |
This option tells the compiler to link to certain libraries in the Intel® oneAPI Data Analytics Library (oneDAL).
On Linux* systems, the associated oneDAL headers are included when you specify this option.
On Windows* systems, this option is processed by the compiler, which adds directives to the compiled object file that are processed by the linker.
On Linux* systems, this option is processed by the icx or icpx command (C++), or the dpcpp command (DPC++) that initiates linking, adding library names explicitly to the link command.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
Visual Studio: None
Eclipse: Performance Library Build Components -> Use Intel® oneAPI Data Analytics Library
Linux: -qdaal