{"created":"2025-01-18T23:36:51.397875+00:00","updated":"2025-01-21T18:37:15.500090+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00083295","sets":["1164:2240:6731:6840"]},"path":["6840"],"owner":"11","recid":"83295","title":["反復法ライブラリ向け倍々精度演算のAVXを用いた高速化"],"pubdate":{"attribute_name":"公開日","attribute_value":"2012-07-25"},"_buckets":{"deposit":"eccd137c-0b27-4e4e-8616-fc581c5abc59"},"_deposit":{"id":"83295","pid":{"type":"depid","value":"83295","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"反復法ライブラリ向け倍々精度演算のAVXを用いた高速化","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"反復法ライブラリ向け倍々精度演算のAVXを用いた高速化"},{"subitem_title":"Acceleration of Double-Double Precision Operation for Iterative Solver Library using AVX","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"数値計算ライブラリ","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2012-07-25","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":"Faculty of Informatics, Kogakuin University","subitem_text_language":"en"},{"subitem_text_value":"Interface Co.,Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Informatics, Kogakuin University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Informatics, Kogakuin University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Library, Information and Media Science University of Tsukuba","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":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/83295/files/IPSJ-HPC12135016.pdf"},"date":[{"dateType":"Available","dateValue":"2014-07-25"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC12135016.pdf","filesize":[{"value":"571.4 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":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"31469cee-cda9-4e28-8594-8d44db162203","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2012 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":"Toshiaki, Hishinuma","creatorNameLang":"en"},{"creatorName":"Keisuke, Asakawa","creatorNameLang":"en"},{"creatorName":"Akihiro, Fujii","creatorNameLang":"en"},{"creatorName":"Teruo, Tanaka","creatorNameLang":"en"},{"creatorName":"Hidehiko, Hasegawa","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_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"計算性能の向上に伴い,高精度で計算を行うことが多くの場面で必要になってきている.4 倍精度で効率良く計算する手法の中に,倍精度変数を 2 つ用いて 1 つの変数の値を保持する倍々精度演算がある.反復解法ライブリ Lis ではこの倍々精度演算が SSE2 を用いて実装されている.本研究ではその内部使われているベクトル演算を AVX 命令を用いてベクトル長を伸ばし、高速化を行った.その結果,ベクトル演算のデータが L3 キャッシュに収まる場合には,SSE2 版と比較して最大 1.4 ~ 2.3 倍の高速化が実現できた.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"As computing performance increases generation after generation, high precision calculation comes to be needed in many situations. One of the efficient methods to calculate in quadruple precision is to use double-double precision routines which use two double precision variables for one quadruple precision variable. The iterative solver library Lis has vectorized double-double precision routines with SSE2. In order to accelerate these routines, this paper implemented double-double precision vector operation of Lis by using AVX instructions instead of SSE2. Our vector operation routines with AVX achieved up to 2.3 times speed up from the same routines with SSE2, when vector data is included in L3 cache.","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":"2012-07-25","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"16","bibliographicVolumeNumber":"2012-HPC-135"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"id":83295,"links":{}}