Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

What does mean "-" for latency?

joonywie
Beginner
781 Views
What does mean "-" for latency?
 
ex)
__m512i _mm512_permutexvar_epi16 (__m512i idx, __m512i a)
 
Architecture Latency Throughput (CPI)
Icelake - 1
Skylake 6 2

 

i heard that "-" means 0 or unmeasurable(lesser than 6 or greater than 6?).

 

is this instruction improved or what?

 

thanks

0 Kudos
1 Solution
HemanthCH_Intel
Moderator
651 Views

Hi,


Could you please check the latency of the Intrinsics from the below link by using the Instruction of the intrinsic:

https://uops.info/table.html


Thanks & Regards,

Hemanth


View solution in original post

5 Replies
HemanthCH_Intel
Moderator
741 Views

Hi,


Thank you for posting in Intel Communities.


We are working on this internally and will get back to you soon.


Thanks & Regards,

Hemanth


0 Kudos
Thorax581
Beginner
679 Views

Any update on this?  I too would like to know the answer as a number of intrinsics I'm using have a latency of "-".  Thanks.

0 Kudos
HemanthCH_Intel
Moderator
652 Views

Hi,


Could you please check the latency of the Intrinsics from the below link by using the Instruction of the intrinsic:

https://uops.info/table.html


Thanks & Regards,

Hemanth


joonywie
Beginner
646 Views

I heard that site from the intel engineer just before.

Thanks for helping me.

 

0 Kudos
HemanthCH_Intel
Moderator
640 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks & Regards,

Hemanth


0 Kudos
Reply