Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

IPP and BLAS Level 1

yuriisig
Beginner
212 Views

IPP has optimized functions BLAS Level 1 for integer vectors of the big dimensionality?

0 Kudos
3 Replies
Naveen_G_Intel
Employee
212 Views

Hi,

Intel IPP supports many vector functions , see the documentation for the complete information.

http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/ipp/ipps/ipps_ch12/ch12_Intro.html

Intel MKL has got highly optimized Blas level 1 functions for larger values- http://software.intel.com/en-us/articles/intel-mkl/

Regards,

Naveen Gv

yuriisig
Beginner
212 Views
Intel MKL has got highly optimized Blas level 1 functions for larger values- http://software.intel.com/en-us/articles/intel-mkl/
Intel MKL supports BLAS Level 1 with integer numbers?
The maximum size of vectors no more than 10000.
I did not find in Inel MKL functions which work with integer numbers.

P.S.
With IPP I understood.
Gennady_F_Intel
Moderator
212 Views
Yuri, you are right. MKL doesn't support operations with integer numbers but only for the float single and double precisions.
--Gennady
Reply