[libre-riscv-dev] [Bug 216] LOAD STORE buffer needed
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Tue Mar 24 14:22:08 GMT 2020
http://bugs.libre-riscv.org/show_bug.cgi?id=216
--- Comment #16 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
http://sadve.cs.illinois.edu/Publications/isca00.pdf
this paper describes how to partition a cache so that media workloads
do not completely trash the L1 cache. we will almost certainly need
to implement this because GPU workloads are READ-PROCESS-WRITE, and
even having the data in the L1 cache *at all* is completely pointless
as it's never going to be accessed more than once.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list