Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IPP and BLAS Level 1

yuriisig
Beginner
707 Views

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

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