We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.AR

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Hardware Architecture

Title: Harvesting L2 Caches in Server Processors

Abstract: We make three observations in modern processors: (1) LLC capacity is getting larger (up to 1GB); (2) core counts are increasing (up to 128 cores), accumulating a more significant amount of private L2 cache capacity on the chip; and (3) overall processor utilization in the cloud remains very low despite many efforts, leaving many large private caches unused. To enable better use of these beefy processors, we propose to open up a logical path for LLC evictions to unused private caches. In other words, instead of writing LLC evictions back to slow and busy main memory, we send some of them that are still alive up to idle L2 caches to avoid unnecessary long and costly main memory. Our scheme takes the importance of applications (user-facing vs. background), and system load into account to provide each application with a fair share of idle resources. Our results show that we can improve system performance by up to 2X (geomean of 10%) for single-application runs. Also, for mixes of user-facing and background jobs, our scheme improves the P99 latency of user-facing tasks by up to 32% (geomean of 15%), and the IPC of background jobs by up to 50% (geomean of 10%).
Subjects: Hardware Architecture (cs.AR)
Cite as: arXiv:2301.04228 [cs.AR]
  (or arXiv:2301.04228v3 [cs.AR] for this version)

Submission history

From: Majid Jalili [view email]
[v1] Tue, 10 Jan 2023 22:25:54 GMT (1622kb,D)
[v2] Tue, 21 Feb 2023 02:25:39 GMT (1670kb,D)
[v3] Mon, 27 Feb 2023 20:33:27 GMT (1665kb,D)

Link back to: arXiv, form interface, contact.