Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

What does write (RFO) hit mean?

namniardniw
Beginner
898 Views
I am also confused with this term
0 Kudos
1 Reply
jeffrey-gallagher
898 Views
Hey namniardniw,

RFO stands for "Read For Ownership," which comes into play when a programmatic write misses and then must get the rest of the cache line and merge the new data. Such a request is called a read for ownership, or RFO.

To the BSQ_cache_reference hardware, both a programmatic read and an RFO look like a data bus read, and are counted as such.

cheers

jdg

0 Kudos
Reply