Skip to content

view.PrefetchLocality enum

← Attribute reference

Target-independent prefetch locality hint.

Cases

Keyword Value Description
none 0 No temporal locality expected.
l1 1 Prefer L1 or the nearest target cache.
l2 2 Prefer L2 or the nearest mid-level target cache.
l3 3 Prefer L3 or the nearest outer target cache.

Used by

  • view.prefetch.locality