Software Archive
Read-only legacy content

raw latency

Jianbin_F_
Beginner
430 Views

Hi, 

In the SDG of Xeon Phi, it says the access time of L1 and L2 cache in terms of 'raw latency'. It is 1 cycle for the L1 cache and 11 cycles for the L2 cache. I wonder what does the 'raw latency' mean? And what's the difference from the 'real latency' seen by us programmers? 

Jianbin

0 Kudos
2 Replies
McCalpinJohn
Honored Contributor III
430 Views

I don't know what Intel means by "raw latency" for L2 accesses, but I have measured L2 cache hit latency at about 25 cycles using a couple of different techniques. 

0 Kudos
Sumedh_N_Intel
Employee
430 Views

The commonly accepted meaning of raw latency is the ideal latency for accessing the data in a single cache line. Real measurements often include other factors that will add to the ideal latency. 

0 Kudos
Reply