Hi everyone,
I'm new to Linux and C++. I want to insert a function to my codes for implementing multiple linear regression. Since the hpc has MKL installed, I want to use the library. Any help is appreciated in advance!
Best Regards
Yi
this is not relevant to MKL but Intel DAAL. Could take a look at this library? Intel DAAL contains exaclty what are you looking for in C++/Java/Python API.
pls ask this question - https://software.intel.com/en-us/forums/intel-data-analytics-acceleration-library
Hi, Gennady
Thank you for your reply. So MKL and DAAL are different library?
yes, these are different libraries but DAAL reuses all available HW and SW optimizations from MKL.
For more complete information about compiler optimizations, see our Optimization Notice.