{"links":{},"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00201016","sets":["1164:2240:9748:10001"]},"path":["10001"],"owner":"44499","recid":"201016","title":["GPU-FPGA協調プログラミングを実現するコンパイラの開発"],"pubdate":{"attribute_name":"公開日","attribute_value":"2019-12-11"},"_buckets":{"deposit":"a14d1f3c-5a53-4bd7-a1a8-ce2a78e8ef7e"},"_deposit":{"id":"201016","pid":{"type":"depid","value":"201016","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"GPU-FPGA協調プログラミングを実現するコンパイラの開発","author_link":["489986","489987","489984","489990","489988","489983","489982","489989","489985"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"GPU-FPGA協調プログラミングを実現するコンパイラの開発"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"HPCシステム","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2019-12-11","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"筑波大学システム情報工学研究科"},{"subitem_text_value":"筑波大学計算科学研究センター/筑波大学システム情報工学研究科"},{"subitem_text_value":"筑波大学計算科学研究センター"},{"subitem_text_value":"筑波大学システム情報工学研究科"},{"subitem_text_value":"筑波大学計算科学研究センター/筑波大学システム情報工学研究科"},{"subitem_text_value":"Oak Ridge National Laboratory"},{"subitem_text_value":"Oak Ridge National Laboratory"},{"subitem_text_value":"理化学研究所計算科学研究センター"},{"subitem_text_value":"理化学研究所計算科学研究センター"}]},"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":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/201016/files/IPSJ-HPC19172011.pdf","label":"IPSJ-HPC19172011.pdf"},"date":[{"dateType":"Available","dateValue":"2021-12-11"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC19172011.pdf","filesize":[{"value":"2.5 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"0dc1196b-0d40-433b-a7c4-f67721718833","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2019 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"綱島, 隆太"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"小林, 諒平"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"藤田, 典久"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"中道, 安祐未"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"朴, 泰祐"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Lee, Seyong"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Vetter, Jeffrey"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"村井, 均"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"佐藤, 三久"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10463942","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_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8841","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"近年,高性能コンピューティング(HPC : High Performance Computing)分野におけるトップレベルのマシンには,アクセラレータを搭載した大規模計算クラスタが多く含まれている.高い演算性能とメモリバンド幅を有する Graphics Processing Unit(GPU)がアクセラレータとして主に用いられているが,条件分岐が頻出する処理や多数の演算コアを活用できないような並列性の小さい処理といった GPU の不得手する演算は依然として存在し,それが性能向上の妨げとなっている.このような問題に対し,任意の論理回路をプログラム可能な集積回路である Field Programmable Gate Array(FPGA)に,GPU が不得手とする処理を実行する回路を実装し,それを FPGA に適宜にオフロードすることによってアプリケーション全体の性能を向上させるアプローチを我々は試みている.しかしながら,GPU と FPGA の演算カーネルは,それぞれ CUDA と OpenCL といった異なるプログラミング言語で開発する必要があり,このようなマルチリンガルプログラミングは,ユーザーにとって多大な負担となる.そこで本研究では,GPU と FPGA が搭載された計算機システム上にて,両アクセラレータの統合的な制御を可能にする OpenACC を用いたプログラミング環境について検討する.本報告では,OpenACC を用いて記述された一つのプログラムを GPU 用,FPGA 用コンパイラそれぞれに向けたファイルに分割するソース to ソースコンパイラを開発し,最終的にこれらをリンクした単一の実行ファイルにより,両アクセラレータの連携が実現できるか検証を行った.その結果,開発したコンパイラによって,統一したアプリケーションプログラミングインターフェイス(API)で書かれた一つのプログラムから,CPU,GPU,FPGA で連携して演算を行う単一の実行ファイルが生成され,両アクセラレータの連携が実現できることが確認された.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"10","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2019-12-11","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"11","bibliographicVolumeNumber":"2019-HPC-172"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T01:04:28.860219+00:00","updated":"2025-01-19T21:09:00.399553+00:00","id":201016}