Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

VML complex functions timing

Shueng_Chuan_Kiu
Beginner
210 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
210 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