Detailed Information

Cited 0 time in webofscience Cited 0 time in scopus
Metadata Downloads

APRES: Improving Cache Efficiency by Exploiting Load Characteristics on GPUs

Full metadata record
DC Field Value Language
dc.contributor.authorOh, Yunho-
dc.contributor.authorKim, Keunsoo-
dc.contributor.authorYoon, Myung-kuk-
dc.contributor.authorPark, Jong-hyun-
dc.contributor.authorPark, Yongjun-
dc.contributor.authorRo, Won Woo-
dc.contributor.authorAnnavaram, Murali-
dc.date.accessioned2022-07-15T16:01:59Z-
dc.date.available2022-07-15T16:01:59Z-
dc.date.created2021-05-14-
dc.date.issued2016-06-
dc.identifier.issn1063-6897-
dc.identifier.urihttps://scholarworks.bwise.kr/hanyang/handle/2021.sw.hanyang/154394-
dc.description.abstractLong memory latency and limited throughput become performance bottlenecks of GPGPU applications. The latency takes hundreds of cycles which is difficult to be hidden by simply interleaving tens of warp execution. While cache hierarchy helps to reduce memory system pressure, massive Thread-Level Parallelism (TLP) often causes excessive cache contention. This paper proposes Adaptive PREfetching and Scheduling (APRES) to improve GPU cache efficiency. APRES relies on the following observations. First, certain static load instructions tend to generate memory addresses having very high locality. Second, although loads have no locality, the access addresses still can show highly strided access pattern. Third, the locality behavior tends to be consistent regardless of warp ID. APRES schedules warps so that as many cache hits generated as possible before any cache misses generated. This is to minimize cache thrashing when many warps are contending for a cache line. However, to realize this operation, it is required to predict which warp will hit the cache in the near future. Without directly predicting future cache hit/miss for each warp, APRES creates a group of warps that will execute the same load instruction in the near future. Based on the third observation, we expect the locality behavior is consistent over all warps in the group. If the first executed warp in the group hits the cache, then the load is considered as a high locality type, and APRES prioritizes all warps in the group. Group prioritization leads to consecutive cache hits, because the grouped warps are likely to access the same cache line. If the first warp missed the cache, then the load is considered as a strided type, and APRES generates prefetch requests for the other warps in the group. After that, APRES prioritizes prefetch targeted warps so that the demand requests are merged to Miss Status Holding Register (MSHR) or prefetched lines can be accessed. On memory-intensive applications, APRES achieves 31.7% performance improvement compared to the baseline GPU and 7.2% additional speedup compared to the best combination of existing warp scheduling and prefetching methods.-
dc.language영어-
dc.language.isoen-
dc.publisherIEEE-
dc.titleAPRES: Improving Cache Efficiency by Exploiting Load Characteristics on GPUs-
dc.typeArticle-
dc.contributor.affiliatedAuthorPark, Yongjun-
dc.identifier.doi10.1109/ISCA.2016.26-
dc.identifier.scopusid2-s2.0-84988422355-
dc.identifier.bibliographicCitationInternational Symposium on Computer Architecture, pp.191 - 203-
dc.relation.isPartOfInternational Symposium on Computer Architecture-
dc.citation.titleInternational Symposium on Computer Architecture-
dc.citation.startPage191-
dc.citation.endPage203-
dc.type.rimsART-
dc.type.docTypeProceeding-
dc.description.journalClass1-
dc.description.isOpenAccessN-
dc.description.journalRegisteredClassscopus-
dc.subject.keywordPlusComputer architecture-
dc.subject.keywordPlusEfficiency-
dc.subject.keywordPlusMemory architecture-
dc.subject.keywordPlusMultitasking-
dc.subject.keywordPlusProgram processors-
dc.subject.keywordPlusScheduling-
dc.subject.keywordAuthorGPGPU-
dc.subject.keywordAuthorWarp Scheduling-
dc.subject.keywordAuthorData Prefetching-
dc.identifier.urlhttps://ieeexplore.ieee.org/document/7551393-
Files in This Item
Go to Link
Appears in
Collections
서울 공과대학 > 서울 컴퓨터소프트웨어학부 > 1. Journal Articles

qrcode

Items in ScholarWorks are protected by copyright, with all rights reserved, unless otherwise indicated.

Related Researcher

Researcher Park, Yong jun photo

Park, Yong jun
서울 공과대학 (서울 컴퓨터소프트웨어학부)
Read more

Altmetrics

Total Views & Downloads

BROWSE