{"created":"2025-01-18T22:59:12.518167+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00029329","sets":["1164:2240:2278:2279"]},"path":["2279"],"owner":"11","recid":"29329","title":["自動並列化コンパイラMIRAIにおける配列データ依存解析部の実現方式"],"pubdate":{"attribute_name":"公開日","attribute_value":"2001-10-26"},"_buckets":{"deposit":"d3507050-31b3-410c-a1dc-cc60359cd657"},"_deposit":{"id":"29329","pid":{"type":"depid","value":"29329","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"自動並列化コンパイラMIRAIにおける配列データ依存解析部の実現方式","author_link":["458196","458197","458201","458192","458194","458200","458195","458198","458193","458199"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"自動並列化コンパイラMIRAIにおける配列データ依存解析部の実現方式"},{"subitem_title":"The Realization System Of Data Dependence Analysis on Array References for the Automatic Parallelizing Compiler, MIRAI","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"2001-10-26","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"和歌山大学大学院システム工学研究科"},{"subitem_text_value":"和歌山大学大学院システム工学研究科"},{"subitem_text_value":"和歌山大学システム工学部"},{"subitem_text_value":"和歌山大学システム工学部"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Systems Engineering","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Systems Engineering","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Systems Engineering, Wakayama University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Systems Engineering, Wakayama University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Systems EngineeringWakayama 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/29329/files/IPSJ-HPC01088001.pdf","label":"IPSJ-HPC01088001"},"date":[{"dateType":"Available","dateValue":"2003-10-26"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC01088001.pdf","filesize":[{"value":"874.9 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":"dd69f405-e73b-4ca7-adb2-8b46388439ba","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2001 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_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Takamitsu, Kitamura","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Masaaki, Mineo","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Tetsutaro, Uehara","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Shoichi, Saito","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yoshitoshi, Kunieda","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":"並列化の主な対象となるのは逐次プログラム中のループ部分である。しかし、逐次プログラムのループ処理を単純に並列化してしまうと、データへのアクセス順序が本来の逐次処理とは変化してしまう場合があり、本来の実行結果と異なる結果となる場合がある。したがって、逐次プログラムのループ部を並列化するにはデータ依存の有無を判定する必要がある。データ依存を解析する手法として、既にいくつかの手法が考案されている。本依存解析部ではその内、GCDテスト、Banerjeeテストを実装し、また新たな手法として、線形計画法と全探索によるテストを実装したので報告する。","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Generally loops in a given program are the target for almost all the most parallelization techniques. However, in some cases,when loops are parallelized without dependence analysis, the result of the given program may be changed comparing with an original execution result. Therefore, in order to parallelize the loops of a given program, it is necessary to analyze the existence of data dependence. As a method of analyzing data dependence, some techniques are already devised. In this dependence analysis module described here,GCD test and Banerjee test are adopted. And,the test of Linear Programming and exhaustive search was implement as a new technique,which this paper reports.","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":"2001-10-26","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"102(2001-HPC-088)","bibliographicVolumeNumber":"2001"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"id":29329,"updated":"2025-01-19T23:37:15.383149+00:00","links":{}}