{"links":{},"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00225166","sets":["1164:2240:11176:11177"]},"path":["11177"],"owner":"44499","recid":"225166","title":["FPGA高位合成における演算性能向上のための空間並列性記述に関する研究"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-03-09"},"_buckets":{"deposit":"ed46b3b5-ca23-4cd4-ab17-4a59018341b3"},"_deposit":{"id":"225166","pid":{"type":"depid","value":"225166","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"FPGA高位合成における演算性能向上のための空間並列性記述に関する研究","author_link":["595321","595322","595323","595319","595320"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"FPGA高位合成における演算性能向上のための空間並列性記述に関する研究"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"GPU・FPGA","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2023-03-09","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_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/225166/files/IPSJ-HPC23188022.pdf","label":"IPSJ-HPC23188022.pdf"},"date":[{"dateType":"Available","dateValue":"2025-03-09"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC23188022.pdf","filesize":[{"value":"1.7 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":"d6b2e6fc-ec26-487d-a39c-5b8a8915084b","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 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":[{}]}]},"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":"今日の高性能計算システムでは,高い演算性能とメモリバンド幅を有する GPU (Graphic Processing Unit) が高性能計算向けアプリケーションの演算加速装置として積極的に導入されている.しかし,GPU による演算加速は,GPU が持つ数多くのコアを活用し,かつそれらが SIMD (Single Instruction Multiple Data) 的な均質な処理が行われた時に性能を発揮するように構築されているため,並列度の低い計算や条件分岐などの複雑な処理を必要とする演算,通信が頻発するアプリケーションではその演算性能を十全に発揮することはできない.そこで,その GPU にとって不適合な演算を,回路の再構成によってアプリケーションに特化した演算パイプラインやメモリシステムを柔軟に構築できる FPGA (Field-Programmable Gate Array) にオフロードする手法が注目を集めている.現在の GPU プログラミング環境では,OpenACC に代表される指示文によるユーザフレンドリーなプログラミング環境が存在するが,FPGA プログラミング環境では,指示文を利用したプログラミング環境の完成度は高いとは言えない.そのため,我々は理化学研究所計算科学研究センター (R-CCS) と筑波大学計算科学研究センター (CCS) との共同研究により,Omni OpenACC コンパイラを FPGA プログラミング環境向けに改良する研究を進めている.本研究では,コンパイラによる演算性能最適化の手法を検討する材料として,高位合成を用いた FPGA プログラミングの演算性能向上手法について評価・検討する.具体的には,OpenCL によって記述された CG (Conjugate Gradient) 法のコードに対し,パイプライン化,Loop Unrolling,複数カーネル同時実行等,演算要素数を増やすための各種手法を試す.そして,ループの Unroll 数,同時実行するカーネル数を変化させ,FLOPS 数と BRAM (Block Random Access Memory) の使用率を評価する.FPGA の高速化は基本的にパイプライン処理によって得られるが,このクロックサイクル内の演算数を増加させ,同時に BRAM 使用量への影響等を調べ,性能最適化のための方策を探る.ただし,FPGA では Loop Unrolling の深さや,使用演算器数,メモリ使用量によって動作周波数が変化し,それらの間に複雑なトレードオフが存在するため,一概に同時実行演算数を増やすことが性能向上に資するとは限らない.今回実装した Intel Stratix10 FPGA 上での CG 法のコードでは,1 つのカーネルで Loop Unrolling を 8 回行った場合に最も高性能になることが判明した.また,2 つのカーネルで Loop Unrolling を 8 回行った場合に,動作周波数との関係で性能が最高になったが,メモリ使用量が大きく増大してしまった.他アプリケーションとの同 FPGA 上への同時実装のためにはメモリ使用量を抑える必要があり,そういう場合は 2 つのカーネルで Loop Unrolling を 4 回行った場合が最も高性能になることがわかった.","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":"2023-03-09","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"22","bibliographicVolumeNumber":"2023-HPC-188"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T01:24:40.644568+00:00","updated":"2025-01-19T12:53:58.314357+00:00","id":225166}