Abstract
As multicore systems continue to grow in scale and on-chip memory capacity, the on-chip network bandwidth and latency become problematic bottlenecks. Because of this, overheads in data transfer, the coherence protocol and replacement policies become increasingly important. Unfortunately, even in well-structured programs, many natural optimizations are difficult to implement because of the reactive and centralized nature of traditional cache hierarchies, where all requests are initiated by the core for short, cache line granularity accesses. For example, long-lasting access patterns could be streamed from shared caches without requests from the core. Indirect memory access can be performed by chaining requests made from within the cache, rather than constantly returning to the core. Our primary insight is that if programs can embed information about long-Term memory stream behavior in their ISAs, then these streams can be floated to the appropriate level of the memory hierarchy. This decentralized approach to address generation and cache requests can lead to better cache policies and lower request and data traffic by proactively sending data before the cores even request it. To evaluate the opportunities of stream floating, we enhance a tiled multicore cache hierarchy with stream engines to process stream requests in last-level cache banks. We develop several novel optimizations that are facilitated by stream exposure in the ISA, and subsequent exposure to caches. We evaluate using a cycle-level execution-driven gem5-based simulator, using 10 data-processing workloads from Rodinia and 2 streaming kernels written in OpenMP. We find that stream floating enables 52% and 39% speedup over an inorder and OOO core with state of art prefetcher design respectively, with 64% and 49% energy efficiency advantage.
Original language | English (US) |
---|---|
Title of host publication | Proceeding - 27th IEEE International Symposium on High Performance Computer Architecture, HPCA 2021 |
Publisher | IEEE Computer Society |
Pages | 640-653 |
Number of pages | 14 |
ISBN (Electronic) | 9780738123370 |
DOIs | |
State | Published - Feb 2021 |
Event | 27th Annual IEEE International Symposium on High Performance Computer Architecture, HPCA 2021 - Virtual, Seoul, Korea, Republic of Duration: Feb 27 2021 → Mar 1 2021 |
Publication series
Name | Proceedings - International Symposium on High-Performance Computer Architecture |
---|---|
Volume | 2021-February |
ISSN (Print) | 1530-0897 |
Conference
Conference | 27th Annual IEEE International Symposium on High Performance Computer Architecture, HPCA 2021 |
---|---|
Country/Territory | Korea, Republic of |
City | Virtual, Seoul |
Period | 02/27/21 → 03/1/21 |
Bibliographical note
Publisher Copyright:© 2021 IEEE.
Keywords
- Decoupled Access Execute
- ISA
- Memory Specialization
- Microarchitecture
- Network on Chip
- Prefetching
- Proactive Cache
- Specialization
- Stream
ASJC Scopus subject areas
- Hardware and Architecture