Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

raw latency

Jianbin_F_
Beginner
536 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
536 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
536 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