{"created":"2025-01-18T23:23:21.897277+00:00","updated":"2025-01-21T22:34:10.204099+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00061092","sets":["1164:2822:5609:5610"]},"path":["5610"],"owner":"10","recid":"61092","title":["マルチコアのためのコンパイラにおけるローカルメモリ管理手法"],"pubdate":{"attribute_name":"公開日","attribute_value":"2009-01-06"},"_buckets":{"deposit":"60d6061a-0599-41a0-9333-37595bd3a97e"},"_deposit":{"id":"61092","pid":{"type":"depid","value":"61092","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"マルチコアのためのコンパイラにおけるローカルメモリ管理手法","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"マルチコアのためのコンパイラにおけるローカルメモリ管理手法"},{"subitem_title":"Local Memory Management Scheme by a Compiler for Multicore Processor","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"2009-01-06","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"早稲田大学理工学術院基幹理工学部情報理工学科"},{"subitem_text_value":"早稲田大学理工学術院基幹理工学部情報理工学科"},{"subitem_text_value":"早稲田大学理工学術院基幹理工学部情報理工学科"},{"subitem_text_value":"早稲田大学理工学術院基幹理工学部情報理工学科"},{"subitem_text_value":"早稲田大学理工学術院基幹理工学部情報理工学科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Computer Science, Waseda University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science, Waseda University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science, Waseda University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science, Waseda University","subitem_text_language":"en"},{"subitem_text_value":"Department of Computer Science, Waseda University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":10,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/61092/files/IPSJ-EMB09011013.pdf","label":"IPSJ-EMB09011013"},"date":[{"dateType":"Available","dateValue":"2011-02-07"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-EMB09011013.pdf","filesize":[{"value":"954.2 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"42"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"8e7964d8-4816-469e-880c-897c665893f5","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2009 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"桃園, 拓"},{"creatorName":"中野, 啓史"},{"creatorName":"間瀬, 正啓"},{"creatorName":"木村, 啓二"},{"creatorName":"笠原, 博徳"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Taku, Momozono","creatorNameLang":"en"},{"creatorName":"Hirofumi, Nakano","creatorNameLang":"en"},{"creatorName":"Masayoshi, Mase","creatorNameLang":"en"},{"creatorName":"Keiji, Kimura","creatorNameLang":"en"},{"creatorName":"Hironori, Kasahara","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA12149313","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"従来容量制限のあるローカルメモリ利用の最適化はプログラマにより手動で行われており,これは長時間を要する非常に困難な作業であったそこで,本稿ではマルチコア上で,プロセッサに近接した高速小容量のローカルメモリを自動並列化コンパイラにより自動的に有効活用する手法を提案する.本手法では,データローカリティと並列性を考慮してループ整合分割とタスクスケジューリングを行った後,スケジューリング結果を利用してローカルメモリ上のデータを長時間に渡り再利用できるようにデータ配置, DMA コントローラを用いたリプレースを行う.本自動ローカルメモリ管理手法の性能評価を, 32KB のローカルデータメモリと 64KB の分散共有メモリを搭載した SH4A を 8 コア集積した情報家電用マルチコアである RP2上で行ったところ,逐次実行に比べ, 8PE 時に MPEG2 エンコーダで約 6.20 倍, AAC エンコーダで約 7.25倍 , MiBench susan で約 7.64 倍の速度向上を自動で得ることに成功した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"This paper proposes a local memory management scheme for an automatic parallelizing compiler to realize effective use of a limited size of local memory. After the loop aligned decomposition and task scheduling considering data locality and parallelism, the compiler allocates data to the local memory effectively using the task scheduling result. This paper evaluates the proposed scheme on RP2 multicore for consumer electronics which has 8 SH4A processor cores. Each core integrates 32KB of local data memory and 64KB of distributed shared memory. As the results, the proposed scheme using 8 processors gives us about 6.20 times speedup for MPEG2 encoding program, 7.25 times speedup for AAC encoding program and 7.64 times speedup for susan against the sequential execution.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"74","bibliographic_titles":[{"bibliographic_title":"研究報告組込みシステム(EMB)"}],"bibliographicPageStart":"69","bibliographicIssueDates":{"bibliographicIssueDate":"2009-01-06","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"1(2009-EMB-11)","bibliographicVolumeNumber":"2009"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"id":61092,"links":{}}