Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
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.

VML complex functions timing

Shueng_Chuan_Kiu
Beginner
486 Views
Hi,
I was browsing the following page which lists the Clocks Per Element timing for all the VML functions.
http://software.intel.com/sites/products/documentation/hpc/mkl/vml3/functions/_performanceall.html
Does anyone else think the timings for the Complex functions seem suspect?
E.g.
Real Add : 0.79
Complex Add : 19.11
Surely Complex Add should only be 2x slower?
0 Kudos
1 Reply
Ilya_B_Intel
Employee
486 Views
Complex add/sub functions support FP overflow error handling, while real add/sub functions do not guarantee that. This is the reason for difference in performance.
0 Kudos
Reply