Improving performance of nested loops on reconfigurable array processors
Pipelining algorithms are typically concerned with improving only the steady-state performance, or the kernel time. The pipeline setup time happens only once and therefore can be negligible compared to the kernel time. However, for Coarse-Grained Reconfigurable Architectures (CGRAs) used as a coproc...
Gespeichert in:
Veröffentlicht in: | ACM transactions on architecture and code optimization 2012-01, Vol.8 (4), p.1-23 |
---|---|
Hauptverfasser: | , , , |
Format: | Artikel |
Sprache: | eng |
Schlagworte: | |
Online-Zugang: | Volltext |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
container_end_page | 23 |
---|---|
container_issue | 4 |
container_start_page | 1 |
container_title | ACM transactions on architecture and code optimization |
container_volume | 8 |
creator | Kim, Yongjoo Lee, Jongeun Mai, Toan X. Paek, Yunheung |
description | Pipelining algorithms are typically concerned with improving only the steady-state performance, or the kernel time. The pipeline setup time happens only once and therefore can be negligible compared to the kernel time. However, for Coarse-Grained Reconfigurable Architectures (CGRAs) used as a coprocessor to a main processor, pipeline setup can take much longer due to the communication delay between the two processors, and can become significant if it is repeated in an outer loop of a loop nest. In this paper we evaluate the overhead of such non-kernel execution times when mapping nested loops for CGRAs, and propose a novel architecture-compiler cooperative scheme to reduce the overhead, while also minimizing the number of extra configurations required. Our experimental results using loops from multimedia and scientific domains demonstrate that our proposed techniques can greatly increase the performance of nested loops by up to 2.87 times compared to the conventional approach of accelerating only the innermost loops. Moreover, the mappings generated by our techniques require only a modest number of configurations that can fit in recent reconfigurable architectures. |
doi_str_mv | 10.1145/2086696.2086711 |
format | Article |
fullrecord | <record><control><sourceid>proquest_cross</sourceid><recordid>TN_cdi_proquest_miscellaneous_1506365459</recordid><sourceformat>XML</sourceformat><sourcesystem>PC</sourcesystem><sourcerecordid>1506365459</sourcerecordid><originalsourceid>FETCH-LOGICAL-c381t-ba929c0b1d63dc3676694b22dda029ed65fc0ee2ce0e6d6f4e4b52fc22814f863</originalsourceid><addsrcrecordid>eNo1kD1PwzAQhi0EEqUws3pkSevPazKiCmilSiwwW459roKSONgNUv89qdpO7w3v3T16CHnmbMG50kvBSoAKFqdccX5DZlwrVchqJW-vswa4Jw85_zAmKsHYjGy23ZDiX9Pv6YApxNTZ3iGNgfaYD-hpG-OQaexpQhf70OzHZOsWqU3JHum06zDnmPIjuQu2zfh0yTn5fn_7Wm-K3efHdv26K5ws-aGobSUqx2ruQXonYTUxq1oI7-2EhB50cAxROGQIHoJCVWsRnBAlV6EEOScv57vT699xYjRdkx22re0xjtlwzUCCVrqaqstz1aWYc8JghtR0Nh0NZ-bkzFycmYsz-Q88oV-v</addsrcrecordid><sourcetype>Aggregation Database</sourcetype><iscdi>true</iscdi><recordtype>article</recordtype><pqid>1506365459</pqid></control><display><type>article</type><title>Improving performance of nested loops on reconfigurable array processors</title><source>ACM Digital Library Complete</source><source>EZB-FREE-00999 freely available EZB journals</source><creator>Kim, Yongjoo ; Lee, Jongeun ; Mai, Toan X. ; Paek, Yunheung</creator><creatorcontrib>Kim, Yongjoo ; Lee, Jongeun ; Mai, Toan X. ; Paek, Yunheung</creatorcontrib><description>Pipelining algorithms are typically concerned with improving only the steady-state performance, or the kernel time. The pipeline setup time happens only once and therefore can be negligible compared to the kernel time. However, for Coarse-Grained Reconfigurable Architectures (CGRAs) used as a coprocessor to a main processor, pipeline setup can take much longer due to the communication delay between the two processors, and can become significant if it is repeated in an outer loop of a loop nest. In this paper we evaluate the overhead of such non-kernel execution times when mapping nested loops for CGRAs, and propose a novel architecture-compiler cooperative scheme to reduce the overhead, while also minimizing the number of extra configurations required. Our experimental results using loops from multimedia and scientific domains demonstrate that our proposed techniques can greatly increase the performance of nested loops by up to 2.87 times compared to the conventional approach of accelerating only the innermost loops. Moreover, the mappings generated by our techniques require only a modest number of configurations that can fit in recent reconfigurable architectures.</description><identifier>ISSN: 1544-3566</identifier><identifier>EISSN: 1544-3973</identifier><identifier>DOI: 10.1145/2086696.2086711</identifier><language>eng</language><subject>Architecture</subject><ispartof>ACM transactions on architecture and code optimization, 2012-01, Vol.8 (4), p.1-23</ispartof><lds50>peer_reviewed</lds50><oa>free_for_read</oa><woscitedreferencessubscribed>false</woscitedreferencessubscribed><citedby>FETCH-LOGICAL-c381t-ba929c0b1d63dc3676694b22dda029ed65fc0ee2ce0e6d6f4e4b52fc22814f863</citedby><cites>FETCH-LOGICAL-c381t-ba929c0b1d63dc3676694b22dda029ed65fc0ee2ce0e6d6f4e4b52fc22814f863</cites></display><links><openurl>$$Topenurl_article</openurl><openurlfulltext>$$Topenurlfull_article</openurlfulltext><thumbnail>$$Tsyndetics_thumb_exl</thumbnail><link.rule.ids>314,777,781,27905,27906</link.rule.ids></links><search><creatorcontrib>Kim, Yongjoo</creatorcontrib><creatorcontrib>Lee, Jongeun</creatorcontrib><creatorcontrib>Mai, Toan X.</creatorcontrib><creatorcontrib>Paek, Yunheung</creatorcontrib><title>Improving performance of nested loops on reconfigurable array processors</title><title>ACM transactions on architecture and code optimization</title><description>Pipelining algorithms are typically concerned with improving only the steady-state performance, or the kernel time. The pipeline setup time happens only once and therefore can be negligible compared to the kernel time. However, for Coarse-Grained Reconfigurable Architectures (CGRAs) used as a coprocessor to a main processor, pipeline setup can take much longer due to the communication delay between the two processors, and can become significant if it is repeated in an outer loop of a loop nest. In this paper we evaluate the overhead of such non-kernel execution times when mapping nested loops for CGRAs, and propose a novel architecture-compiler cooperative scheme to reduce the overhead, while also minimizing the number of extra configurations required. Our experimental results using loops from multimedia and scientific domains demonstrate that our proposed techniques can greatly increase the performance of nested loops by up to 2.87 times compared to the conventional approach of accelerating only the innermost loops. Moreover, the mappings generated by our techniques require only a modest number of configurations that can fit in recent reconfigurable architectures.</description><subject>Architecture</subject><issn>1544-3566</issn><issn>1544-3973</issn><fulltext>true</fulltext><rsrctype>article</rsrctype><creationdate>2012</creationdate><recordtype>article</recordtype><recordid>eNo1kD1PwzAQhi0EEqUws3pkSevPazKiCmilSiwwW459roKSONgNUv89qdpO7w3v3T16CHnmbMG50kvBSoAKFqdccX5DZlwrVchqJW-vswa4Jw85_zAmKsHYjGy23ZDiX9Pv6YApxNTZ3iGNgfaYD-hpG-OQaexpQhf70OzHZOsWqU3JHum06zDnmPIjuQu2zfh0yTn5fn_7Wm-K3efHdv26K5ws-aGobSUqx2ruQXonYTUxq1oI7-2EhB50cAxROGQIHoJCVWsRnBAlV6EEOScv57vT699xYjRdkx22re0xjtlwzUCCVrqaqstz1aWYc8JghtR0Nh0NZ-bkzFycmYsz-Q88oV-v</recordid><startdate>201201</startdate><enddate>201201</enddate><creator>Kim, Yongjoo</creator><creator>Lee, Jongeun</creator><creator>Mai, Toan X.</creator><creator>Paek, Yunheung</creator><scope>AAYXX</scope><scope>CITATION</scope><scope>7SC</scope><scope>8FD</scope><scope>JQ2</scope><scope>L7M</scope><scope>L~C</scope><scope>L~D</scope></search><sort><creationdate>201201</creationdate><title>Improving performance of nested loops on reconfigurable array processors</title><author>Kim, Yongjoo ; Lee, Jongeun ; Mai, Toan X. ; Paek, Yunheung</author></sort><facets><frbrtype>5</frbrtype><frbrgroupid>cdi_FETCH-LOGICAL-c381t-ba929c0b1d63dc3676694b22dda029ed65fc0ee2ce0e6d6f4e4b52fc22814f863</frbrgroupid><rsrctype>articles</rsrctype><prefilter>articles</prefilter><language>eng</language><creationdate>2012</creationdate><topic>Architecture</topic><toplevel>peer_reviewed</toplevel><toplevel>online_resources</toplevel><creatorcontrib>Kim, Yongjoo</creatorcontrib><creatorcontrib>Lee, Jongeun</creatorcontrib><creatorcontrib>Mai, Toan X.</creatorcontrib><creatorcontrib>Paek, Yunheung</creatorcontrib><collection>CrossRef</collection><collection>Computer and Information Systems Abstracts</collection><collection>Technology Research Database</collection><collection>ProQuest Computer Science Collection</collection><collection>Advanced Technologies Database with Aerospace</collection><collection>Computer and Information Systems Abstracts Academic</collection><collection>Computer and Information Systems Abstracts Professional</collection><jtitle>ACM transactions on architecture and code optimization</jtitle></facets><delivery><delcategory>Remote Search Resource</delcategory><fulltext>fulltext</fulltext></delivery><addata><au>Kim, Yongjoo</au><au>Lee, Jongeun</au><au>Mai, Toan X.</au><au>Paek, Yunheung</au><format>journal</format><genre>article</genre><ristype>JOUR</ristype><atitle>Improving performance of nested loops on reconfigurable array processors</atitle><jtitle>ACM transactions on architecture and code optimization</jtitle><date>2012-01</date><risdate>2012</risdate><volume>8</volume><issue>4</issue><spage>1</spage><epage>23</epage><pages>1-23</pages><issn>1544-3566</issn><eissn>1544-3973</eissn><abstract>Pipelining algorithms are typically concerned with improving only the steady-state performance, or the kernel time. The pipeline setup time happens only once and therefore can be negligible compared to the kernel time. However, for Coarse-Grained Reconfigurable Architectures (CGRAs) used as a coprocessor to a main processor, pipeline setup can take much longer due to the communication delay between the two processors, and can become significant if it is repeated in an outer loop of a loop nest. In this paper we evaluate the overhead of such non-kernel execution times when mapping nested loops for CGRAs, and propose a novel architecture-compiler cooperative scheme to reduce the overhead, while also minimizing the number of extra configurations required. Our experimental results using loops from multimedia and scientific domains demonstrate that our proposed techniques can greatly increase the performance of nested loops by up to 2.87 times compared to the conventional approach of accelerating only the innermost loops. Moreover, the mappings generated by our techniques require only a modest number of configurations that can fit in recent reconfigurable architectures.</abstract><doi>10.1145/2086696.2086711</doi><tpages>23</tpages><oa>free_for_read</oa></addata></record> |
fulltext | fulltext |
identifier | ISSN: 1544-3566 |
ispartof | ACM transactions on architecture and code optimization, 2012-01, Vol.8 (4), p.1-23 |
issn | 1544-3566 1544-3973 |
language | eng |
recordid | cdi_proquest_miscellaneous_1506365459 |
source | ACM Digital Library Complete; EZB-FREE-00999 freely available EZB journals |
subjects | Architecture |
title | Improving performance of nested loops on reconfigurable array processors |
url | https://sfx.bib-bvb.de/sfx_tum?ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2025-01-20T16%3A15%3A08IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo3-Article-proquest_cross&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=article&rft.atitle=Improving%20performance%20of%20nested%20loops%20on%20reconfigurable%20array%20processors&rft.jtitle=ACM%20transactions%20on%20architecture%20and%20code%20optimization&rft.au=Kim,%20Yongjoo&rft.date=2012-01&rft.volume=8&rft.issue=4&rft.spage=1&rft.epage=23&rft.pages=1-23&rft.issn=1544-3566&rft.eissn=1544-3973&rft_id=info:doi/10.1145/2086696.2086711&rft_dat=%3Cproquest_cross%3E1506365459%3C/proquest_cross%3E%3Curl%3E%3C/url%3E&disable_directlink=true&sfx.directlink=off&sfx.report_link=0&rft_id=info:oai/&rft_pqid=1506365459&rft_id=info:pmid/&rfr_iscdi=true |