JP4908363B2 - 情報処理装置、並列処理最適化方法およびプログラム - Google Patents
情報処理装置、並列処理最適化方法およびプログラム Download PDFInfo
- Publication number
- JP4908363B2 JP4908363B2 JP2007248025A JP2007248025A JP4908363B2 JP 4908363 B2 JP4908363 B2 JP 4908363B2 JP 2007248025 A JP2007248025 A JP 2007248025A JP 2007248025 A JP2007248025 A JP 2007248025A JP 4908363 B2 JP4908363 B2 JP 4908363B2
- Authority
- JP
- Japan
- Prior art keywords
- execution
- basic modules
- program
- parallel
- parallelism
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/48—Indexing scheme relating to G06F9/48
- G06F2209/483—Multiproc
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Devices For Executing Special Programs (AREA)
Description
Claims (9)
- 他のモジュールと非同期に実行可能な複数の基本モジュールに分割され、当該複数の基本モジュールの時系列的な実行規則が定義されるプログラムを、複数の実行ユニットによって並列実行するために、前記実行規則に基づき、前記複数の実行ユニットに対する前記複数の基本モジュールの割り当てを制御するスケジューラを具備し、
前記スケジューラは、
前記複数の実行ユニットによる前記プログラムの並列処理における並列化率を示す並列度を検出する並列度検出手段と、
前記複数のCPUによる前記プログラムの並列処理における前記複数の基本モジュールの割り当て制御に関わる負荷を検出する負荷検出手段と、
前記並列度検出手段が検出した並列度の値が予め定められた値を越え、かつ、前記負荷検出手段が検出した負荷の値が予め与えられた値を越えていた場合、前記実行規則によって前後して実行される互いに異なる2以上の基本モジュールを、同一の実行ユニットに対して一組みとして割り当てられるように結合するモジュール結合手段と、
を有する情報処理装置。 - 前記スケジューラは、前記モジュール結合手段が結合した2以上の基本モジュールを再分割するモジュール分割手段をさらに有する請求項1記載の情報処理装置。
- 前記スケジューラの前記モジュール結合手段は、結合する2以上の基本モジュールに含まれる命令の再スケジューリングを行う請求項1記載の情報処理装置。
- 前記スケジューラの前記モジュール結合手段は、結合する2以上の基本モジュールに含まれる変数のレジスタへの再割り当てを行う請求項1記載の情報処理装置。
- 前記スケジューラの前記並列度検出手段は、前記複数の実行ユニットでの前記複数の基本モジュールの実行時間の総和を、実際の経過時間で除した値を並列度として算出する請求項1記載の情報処理装置。
- 前記複数の実行ユニットは、1つのCPUに内蔵されるCPUコアである請求項1記載の情報処理装置。
- 前記複数の実行ユニットは、それぞれが個別に構成された複数のCPUである請求項1記載の情報処理装置。
- 他のモジュールと非同期に実行可能な複数の基本モジュールに分割され、当該複数の基本モジュールの時系列的な実行規則が定義されるプログラムを、複数の実行ユニットによって並列実行する情報処理装置における並列処理最適化方法であって、
前記複数の実行ユニットによる前記プログラムの並列処理における並列化率を示す並列度を検出し、
前記複数のCPUによる前記プログラムの並列処理における前記複数の基本モジュールの割り当て制御に関わる負荷を検出し、
前記並列度の値が予め定められた値を越え、かつ、前記負荷の値が予め与えられた値を越えていた場合、前記実行規則によって前後して実行される互いに異なる2以上の基本モジュールを、同一の実行ユニットに対して一組みとして割り当てられるように結合する、
並列処理最適化方法。 - 他のモジュールと非同期に実行可能な複数の基本モジュールに分割され、当該複数の基本モジュールの時系列的な実行規則が定義されるプログラムを、複数の実行ユニットによって並列実行する情報処理装置を、
前記複数の実行ユニットによる前記プログラムの並列処理における並列化率を示す並列度を検出する並列度検出手段、
前記複数のCPUによる前記プログラムの並列処理における前記複数の基本モジュールの割り当て制御に関わる負荷を検出する負荷検出手段、
前記並列度検出手段が検出した並列度の値が予め定められた値を越え、かつ、前記負荷検出手段が検出した負荷の値が予め与えられた値を越えていた場合、前記実行規則によって前後して実行される互いに異なる2以上の基本モジュールを、同一の実行ユニットに対して一組みとして割り当てられるように結合するモジュール結合手段、
として機能させるプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007248025A JP4908363B2 (ja) | 2007-09-25 | 2007-09-25 | 情報処理装置、並列処理最適化方法およびプログラム |
US12/202,677 US8196146B2 (en) | 2007-09-25 | 2008-09-02 | Information processing apparatus, parallel processing optimization method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007248025A JP4908363B2 (ja) | 2007-09-25 | 2007-09-25 | 情報処理装置、並列処理最適化方法およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009080583A JP2009080583A (ja) | 2009-04-16 |
JP4908363B2 true JP4908363B2 (ja) | 2012-04-04 |
Family
ID=40473115
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007248025A Expired - Fee Related JP4908363B2 (ja) | 2007-09-25 | 2007-09-25 | 情報処理装置、並列処理最適化方法およびプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8196146B2 (ja) |
JP (1) | JP4908363B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4621786B2 (ja) | 2009-04-28 | 2011-01-26 | 株式会社東芝 | 情報処理装置、並列処理最適化方法およびプログラム |
US9183109B2 (en) | 2010-05-25 | 2015-11-10 | Intel Corporation | Method and system for analyzing the performance of multi-threaded applications |
WO2013101079A1 (en) * | 2011-12-29 | 2013-07-04 | Intel Corporation | Profiling asynchronous events resulting from the execution of software at code region granularity |
JP6183374B2 (ja) * | 2012-10-31 | 2017-08-23 | 日本電気株式会社 | データ処理システム、データ処理方法およびプログラム |
US9223674B2 (en) * | 2013-03-11 | 2015-12-29 | Wisconsin Alumni Research Foundation | Computer system and method for runtime control of parallelism in program execution |
US9740529B1 (en) * | 2013-12-05 | 2017-08-22 | The Mathworks, Inc. | High throughput synchronous resource-constrained scheduling for model-based design |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3039953B2 (ja) * | 1989-04-28 | 2000-05-08 | 株式会社日立製作所 | 並列化装置 |
US5048018A (en) * | 1989-06-29 | 1991-09-10 | International Business Machines Corporation | Debugging parallel programs by serialization |
JP2818016B2 (ja) * | 1990-08-09 | 1998-10-30 | 株式会社日立製作所 | プロセス並列実行方法および装置 |
JPH04152465A (ja) * | 1990-10-16 | 1992-05-26 | Fujitsu Ltd | データ処理システム及びデータ処理方法 |
GB9305263D0 (en) * | 1993-03-15 | 1993-05-05 | Univ Westminster | Parrallel computation |
JP2684993B2 (ja) | 1994-08-10 | 1997-12-03 | 日本電気株式会社 | プロセッサシステムとその制御方法 |
US6341371B1 (en) * | 1999-02-23 | 2002-01-22 | International Business Machines Corporation | System and method for optimizing program execution in a computer system |
JP2002342097A (ja) * | 2001-05-17 | 2002-11-29 | Matsushita Electric Ind Co Ltd | タスク割当可能時間決定装置及びタスク割当可能時間決定方法 |
JP3632635B2 (ja) * | 2001-07-18 | 2005-03-23 | 日本電気株式会社 | マルチスレッド実行方法及び並列プロセッサシステム |
JP2004038715A (ja) * | 2002-07-05 | 2004-02-05 | Hitachi Eng Co Ltd | 並列計算処理方法 |
JP2005258920A (ja) | 2004-03-12 | 2005-09-22 | Fujitsu Ltd | マルチスレッド実行方法、マルチスレッド実行プログラム、およびマルチスレッド実行装置 |
US7984431B2 (en) * | 2007-03-31 | 2011-07-19 | Intel Corporation | Method and apparatus for exploiting thread-level parallelism |
US7707390B2 (en) * | 2007-04-25 | 2010-04-27 | Arm Limited | Instruction issue control within a multi-threaded in-order superscalar processor |
US7730288B2 (en) * | 2007-06-27 | 2010-06-01 | International Business Machines Corporation | Method and apparatus for multiple load instruction execution |
-
2007
- 2007-09-25 JP JP2007248025A patent/JP4908363B2/ja not_active Expired - Fee Related
-
2008
- 2008-09-02 US US12/202,677 patent/US8196146B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US8196146B2 (en) | 2012-06-05 |
US20090083751A1 (en) | 2009-03-26 |
JP2009080583A (ja) | 2009-04-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4621786B2 (ja) | 情報処理装置、並列処理最適化方法およびプログラム | |
US7503039B2 (en) | Preprocessor to improve the performance of message-passing-based parallel programs on virtualized multi-core processors | |
JP4381459B1 (ja) | 情報処理装置、粒度調整方法およびプログラム | |
EP3037971B1 (en) | Methods and apparatus to manage workload memory allocation | |
JP4908363B2 (ja) | 情報処理装置、並列処理最適化方法およびプログラム | |
US20230091261A1 (en) | Orchestration and scheduling of services | |
KR20180064922A (ko) | 이종 계산 장치 기반의 질의 처리 방법 및 장치 | |
JP2010079622A (ja) | マルチコアプロセッサシステム、および、そのタスク制御方法 | |
JP5093509B2 (ja) | Cpuエミュレーションシステム、cpuエミュレーション方法及びcpuエミュレーションプログラム | |
JP2010009495A (ja) | 情報処理装置、プログラム処理方法及びコンピュータプログラム | |
US20210319298A1 (en) | Compute-based subgraph partitioning of deep learning models for framework integration | |
WO2022078400A1 (zh) | 一种对多维数据进行处理的设备、方法和计算机程序产品 | |
JP5391422B2 (ja) | メモリ管理方法、計算機システム及びプログラム | |
US20080271041A1 (en) | Program processing method and information processing apparatus | |
US20120137300A1 (en) | Information Processor and Information Processing Method | |
JP7367365B2 (ja) | タスク実行管理装置、タスク実行管理方法、および、タスク実行管理プログラム | |
JP6138701B2 (ja) | 分散計算方法及び分散計算システム | |
JP2019113984A (ja) | 計算制御プログラム、計算制御方法及び画像形成装置 | |
US20230409379A1 (en) | Information processing device and job scheduling method | |
WO2019188182A1 (ja) | プリフェッチコントローラ | |
WO2024179326A1 (zh) | 数据处理方法、装置、处理器、计算机设备和系统 | |
JP7131005B2 (ja) | 情報処理装置、情報処理方法、及び情報処理プログラム | |
WO2022024214A1 (ja) | プログラム作成装置、遅延量更新装置、処理システム及びプログラム | |
WO2019188171A1 (ja) | コード生成方法、コード生成装置 | |
TW202429277A (zh) | 運算資源分配方法、運算資源分配系統以及運算資源分配程式產品 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100625 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110824 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110927 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111121 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111213 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120112 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150120 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150120 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |