{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00231096","sets":["1164:2240:11176:11408"]},"path":["11408"],"owner":"44499","recid":"231096","title":["疎行列密ベクトル積の高速化のための非ゼロ要素位置辞書圧縮を適用した疎行列格納形式のGPUにおける形式変換の評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-11-28"},"_buckets":{"deposit":"1900f7b7-d9f0-4c65-a79f-3d0953bbf98c"},"_deposit":{"id":"231096","pid":{"type":"depid","value":"231096","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"疎行列密ベクトル積の高速化のための非ゼロ要素位置辞書圧縮を適用した疎行列格納形式のGPUにおける形式変換の評価","author_link":["623352","623349","623357","623348","623354","623356","623353","623350","623351","623355"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"疎行列密ベクトル積の高速化のための非ゼロ要素位置辞書圧縮を適用した疎行列格納形式のGPUにおける形式変換の評価"},{"subitem_title":"Evaluation of conversion overheads for the sparse matrix format appliying indices of the non-zero elements dictionary compression to accelerate SpMV on GPU","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"アクセラレータ","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2023-11-28","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"北陸先端科学大学院大学"},{"subitem_text_value":"富士通Japan株式会社ソリューション開発本部部門ソリューション事業部"},{"subitem_text_value":"富士通Japan株式会社ソリューション開発本部部門ソリューション事業部"},{"subitem_text_value":"富士通Japan株式会社ソリューション開発本部部門ソリューション事業部"},{"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/231096/files/IPSJ-HPC23192018.pdf","label":"IPSJ-HPC23192018.pdf"},"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC23192018.pdf","filesize":[{"value":"947.5 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_login","version_id":"f3e9fabd-4976-46c7-b057-a9724924e091","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 by the Institute of Electronics, Information and Communication Engineers This SIG report is only available to those in membership of the SIG."}]},"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_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Shun, Murakami","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kazunori, Yoneda","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takashi, Iwamura","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Masahiro, Watanabe","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yasushi, Inoguchi","creatorNameLang":"en"}],"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":"近年,数値シミュレーションの複雑化および大規模化に伴い,数百万行を超える規模の行列の要素の多くが 0 である疎行列を係数行列とした連立一次方程式を高速に求解することが求められている.その求解には係数行列の変形が伴わない反復解法が用いられることが多く,主要な計算時間を占める疎行列密ベクトル積(sparse matrix vector products:SpMV)を高速化するために,CPU と比較して高速なメモリ帯域をもつ GPU を活用することにより高速化が図られてきた.大規模な疎行列を,GPU の少ないデバイスメモリへ格納するにあたり,メモリ効率のよい CSR 形式が多く用られている.また,メモリアクセスパターンを改善し高速に SpMV の計算が可能な SELL-C-σ形式が提案されているが,さらなる SpMV の高速化のためには,メモリへのアクセス回数を減らす必要がある.そのため第 190 回 HPC 研究会で,非ゼロ要素位置へ辞書圧縮を適用し,メモリへのアクセスを減らすことによって,GPU 上で SpMV を高速に計算可能な非ゼロ要素位置辞書圧縮疎行列格納形式を提案した.これによって CSR 形式と比較して最大 19.6% の高速化が得られた.これらの改善された格納形式は,SpMV の計算時間は高速化されるが,各形式への変換時間というオーバーヘッドが発生する.本論文では CSR 形式,SELL-C-σ 形式および提案した非ゼロ要素位置辞書圧縮疎行列格納形式について,それぞれ CPU および GPU 上での形式変換時間を評価することによって,形式変換のオーバーヘッドを含めた SpMV 計算高速化の評価を行う.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2023-11-28","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"18","bibliographicVolumeNumber":"2023-HPC-192"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"updated":"2025-01-19T10:52:44.695180+00:00","created":"2025-01-19T01:31:15.264619+00:00","links":{},"id":231096}