Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IPP and BLAS Level 1

yuriisig
Beginner
392 Views

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

0 Kudos
3 Replies
Naveen_G_Intel
Employee
392 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

0 Kudos
yuriisig
Beginner
392 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.
0 Kudos
Gennady_F_Intel
Moderator
392 Views
Yuri, you are right. MKL doesn't support operations with integer numbers but only for the float single and double precisions.
--Gennady
0 Kudos
Reply