{"created":"2025-01-19T01:40:19.862591+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00237607","sets":["1164:1579:11464:11703"]},"path":["11703"],"owner":"44499","recid":"237607","title":["LLVM IRレベルでの指示文ベースの並列化コードに対する性能評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2024-08-01"},"_buckets":{"deposit":"68da8eaa-2f34-4082-80a0-9d8ef23e5e25"},"_deposit":{"id":"237607","pid":{"type":"depid","value":"237607","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"LLVM IRレベルでの指示文ベースの並列化コードに対する性能評価","author_link":["650725","650724","650726","650723","650728","650727"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"LLVM IRレベルでの指示文ベースの並列化コードに対する性能評価"},{"subitem_title":"Performance evaluation for directive-based parallelization code at the LLVM IR level","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"コンパイラ・最適化","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2024-08-01","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"宇都宮大学"},{"subitem_text_value":"宇都宮大学"},{"subitem_text_value":"宇都宮大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Utsunomiya University","subitem_text_language":"en"},{"subitem_text_value":"Utsunomiya University","subitem_text_language":"en"},{"subitem_text_value":"Utsunomiya 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":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/237607/files/IPSJ-ARC24258013.pdf","label":"IPSJ-ARC24258013.pdf"},"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC24258013.pdf","filesize":[{"value":"930.6 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_login","version_id":"088be5e4-bb82-4093-b3fe-bf1e35874fe5","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2024 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":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Takumi, Yanagida","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kanemitsu, Ootsu","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takashi, Yokota","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10096105","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-8574","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"マルチコアプロセッサを用いて既存のアプリケーションプログラムを高速化するためには並列化作業が必要であるが,その作業には多大な労力を要する.この問題に対して,我々は LLVM コンパイラ基盤の中間表現(LLVM IR)を介してバイナリコードの並列化を行うバイナリレベル自動並列化システムを開発している.本システムでは LLVM IR レベルでの並列コードの生成が必要となる.そこで我々は,指示文に基づいて並列 IR コードを生成する並列コード生成機能を開発している.しかし,本システムによって達成される性能はまだ明らかになっていない.本稿では,本システムの並列コード生成機能によって生成されるコードの実行性能を明らかにするために,PolyBench/C を用いた評価を行う.評価の結果,並列コード生成機能による IR レベルの並列化プログラムはソースコードレベルの並列化プログラムより高い速度向上率を達成し,本機能がバイナリレベル自動並列化システムの並列化機能として十分な性能を有していることを確認した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Parallelization work is necessary to accelerate existing application programs using multi-core processors, but this work requires a great deal of effort. To solve this problem, we have developed a binary-level automatic parallelization system that parallelizes binary code via an intermediate representation (LLVM IR) of the LLVM compiler infrastructure. This system requires the generation of parallel code at the LLVM IR level. Therefore, we are developing a parallel code generation function that generates parallel IR code based on directives. However, the performance achieved by this system is not yet clear. In this paper, we evaluate the system using PolyBench/C in order to clarify the execution performance of the code generated by the parallel code generation function of this system. As a result of the evaluation, we confirmed that the IR-level parallelization program generated by the parallel code generation function achieved a higher speed-up rate than the source code-level parallelization program, and that this function has sufficient performance as a parallelization function of the binary-level automatic parallelization system.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告システム・アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2024-08-01","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"13","bibliographicVolumeNumber":"2024-ARC-258"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":237607,"updated":"2025-01-19T08:49:40.970319+00:00","links":{}}