WO2023007618A1 - 情報処理装置 - Google Patents
情報処理装置 Download PDFInfo
- Publication number
- WO2023007618A1 WO2023007618A1 PCT/JP2021/027911 JP2021027911W WO2023007618A1 WO 2023007618 A1 WO2023007618 A1 WO 2023007618A1 JP 2021027911 W JP2021027911 W JP 2021027911W WO 2023007618 A1 WO2023007618 A1 WO 2023007618A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- bare
- metal
- jitter
- environment
- operating system
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
Definitions
- the information processing device 1000 includes an arithmetic device 1001 and a storage device 1002 .
- the information processing apparatus 1000 is connected to a network 1005 via a NW (Network) device 1003 and acquires data from an IO (Input Output) device 1004 .
- NW Network
- IO Input Output
- the NW device 1003 is serial communication, Ethernet (registered trademark), etc., and forms a connection between one or more IO devices 1004 and the arithmetic device 1001 .
- the IO device 1004 is, for example, various sensors.
- the storage device 1002 stores programs and data necessary for executing the programs.
- the storage device 1002 is, for example, cache memory, RAM (Random Access Memory), ROM (Read Only Memory), or HDD (Hard Disk Drive).
- FIG. 2 is a flowchart showing an example of the operation of the OS jitter statistical information acquisition unit 1211.
- FIG. 2 is a flowchart showing an example of the operation of the OS jitter statistical information acquisition unit 1211.
- the probability distribution of the occurrence of OS jitter such as kernel processing, IO processing, and memory management of the operating system described above fluctuates from moment to moment depending on the execution status of applications. For example, when the number of applications to be executed increases, or when the processing load of the applications being executed increases, it becomes difficult to schedule threads in the kernel, so there are cases where the processing time per execution increases. be. In addition, it is also assumed that the physical memory is depleted and the memory management function frequently causes page-outs or swaps.
- step S1202 the bare metal necessity determination unit 1242 inquires of the computation load table 1222 about the processing time of the processing block corresponding to the input value acquired by the input value acquisition unit 1221, and acquires the computation load level of the processing block. .
- FIG. 10 is a diagram showing an example of the bare metal build latency table 1244.
- FIG. 10 is a diagram showing an example of the bare metal build latency table 1244.
- the calculation load learning unit 3211 stores the created model in the calculation load model storage unit 3212.
- an RNN Recurrent Neural Network
- the algorithm used for learning is not limited to RNN.
- the learning of the processing time for the input value may be performed during the operation stage. For example, when the function of a calculation application is updated, even if the input value is the same, the calculation load may change due to the change in internal processing.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
図1は、実施の形態1による情報処理装置1000の構成の一例を示すブロック図である。
実施の形態1では、処理ブロックの処理時間の経時的な変化と、OSジッタの統計情報の経時的な変化とを監視し、ユーザが定義したベアメタル要否判定テーブル1241に基づいて、動的に処理ブロックをベアメタル環境で実行する。これにより、アプリケーションの実行状況に応じて、OSジッタを削減することができる。
図15は、実施の形態2による情報処理装置2000の構成の一例を示すブロック図である。
実施の形態2では、処理ブロックの処理時間に影響するキャッシュメモリに関する統計情報(キャッシュ統計情報)を取得し、キャッシュ統計情報に基づいたベアメタル環境での実行が必要か否かを判定する。これにより、より精緻にアプリケーションの実行状況に応じてOSジッタを削減することが可能となる。
図19は、情報処理装置3000の構成の一例を示すブロック図である。
実施の形態3では、処理ブロックの入力値に対する演算負荷を学習および推論する。これにより、運用段階で演算アプリに機能等の変更があった場合でも、容易に演算負荷を同定する事が可能となる。
Claims (7)
- 複数のプロセッサコアを含む演算装置と、
前記演算装置で実行されるオペレーティングシステムと、
を備え、アプリケーションを実行する情報処理装置であって、
前記オペレーティングシステムは、
前記オペレーティングシステムの処理において発生するOSジッタの統計情報であるOSジッタ統計情報を取得するOSジッタ統計情報取得部と、
前記OSジッタ統計情報に対応付けられたOSジッタのレベルであるOSジッタレベルが規定されたOSジッタ統計情報テーブルと、
前記アプリケーションの入力値を取得する入力値取得部と、
前記入力値に対応付けられた、前記アプリケーションを構成する処理ブロックの演算負荷のレベルである演算負荷レベルが規定された演算負荷テーブルと、
前記OSジッタレベルおよび前記演算負荷レベルに基づいて、前記処理ブロックを前記オペレーティングシステムが実行されないベアメタル環境で実行する必要があるか否かを判定するベアメタル要否判定部と、
を備える、情報処理装置。 - 前記オペレーティングシステムは、
テーブル設定I/Fと、
前記OSジッタレベルおよび前記演算負荷レベルを用いて、前記処理ブロックを前記ベアメタル環境で実行するために必要な条件であるベアメタル実行条件が規定されたベアメタル要否判定テーブルと、
前記ベアメタル環境となっていない前記プロセッサコアに対して前記ベアメタル環境を構築するベアメタル構築部と、
をさらに備え、
前記ベアメタル実行条件は、前記テーブル設定I/Fを介してユーザによって設定され、
前記ベアメタル要否判定部は、前記OSジッタレベルおよび前記演算負荷レベルが前記ベアメタル実行条件に合致したとき、前記処理ブロックを前記ベアメタル環境で実行する必要があると判定する、請求項1に記載の情報処理装置。 - 前記オペレーティングシステムは、
前記ベアメタル環境となっていない前記プロセッサコアに対して前記ベアメタル環境を構築するベアメタル構築部と、
前記ベアメタル環境の構築に要するオーバヘッド時間を保持するベアメタル構築レイテンシテーブルと、
をさらに備え、
前記ベアメタル構築部は、前記オーバヘッド時間に基づいて、前記処理ブロックの開始時刻に間に合う場合は前記ベアメタル環境を構築する、請求項1に記載の情報処理装置。 - 前記アプリケーションの本体コードである演算アプリ本体コードと、関数テーブルとに基づいて、前記オペレーティングシステムが実行されるオペレーティングシステム環境で実行可能なオペレーティングシステム環境用実行バイナリと、前記ベアメタル環境で実行可能なベアメタル環境用実行バイナリとを生成する演算アプリ生成部をさらに備え、
前記オペレーティングシステム環境用実行バイナリおよび前記ベアメタル環境用実行バイナリのそれぞれに含まれる互いに依存関係になる前記処理ブロック間で、起動通知または完了通知を送受信する、請求項1から3のいずれか1項に記載の情報処理装置。 - 主記憶装置と、
前記ベアメタル環境用実行バイナリを前記主記憶装置の予め定められた仮想アドレスに展開し、前記ベアメタル環境の前記プロセッサコアのプログラムカウンタに、前記ベアメタル環境用実行バイナリに含まれる実行対象の前記処理ブロックのエントリポイントを設定するベアメタルローダ部と、
前記オペレーティングシステム環境用実行バイナリから前記ベアメタル環境用実行バイナリに対して送信される前記起動通知に基づいて、前記処理ブロックを前記オペレーティングシステムで実行されないように制御し、前記ベアメタル環境用実行バイナリから前記オペレーティングシステム環境用実行バイナリに対して送信される前記完了通知に基づいて、前記処理ブロックの後に実行される処理ブロックを前記オペレーティングシステムで実行されるように制御するベアメタル連携部と、
を備える、請求項4に記載の情報処理装置。 - 前記演算装置は、キャッシュメモリをさらに備え、
前記オペレーティングシステムは、
前記キャッシュメモリに関する統計情報であるキャッシュ統計情報を取得するキャッシュ統計情報取得部と、
前記キャッシュ統計情報に対応付けられたキャッシュ性能のレベルであるキャッシュ性能レベルが規定されたキャッシュ統計情報テーブルと、
をさらに備え、
前記ベアメタル要否判定テーブルでは、前記OSジッタレベル、前記演算負荷レベル、および前記キャッシュ性能を用いて前記ベアメタル実行条件が規定され、
前記ベアメタル要否判定部は、前記OSジッタレベル、前記演算負荷レベル、および前記キャッシュ性能レベルが前記ベアメタル実行条件に合致したとき、前記処理ブロックを前記ベアメタル環境で実行する必要があると判定する、請求項2に記載の情報処理装置。 - 前記オペレーティングシステムは、
前記入力値取得部が取得した前記入力値に対する前記処理ブロックの演算負荷を学習して演算負荷モデルを生成する演算負荷学習部と、
前記入力値取得部が取得した前記入力値と、前記演算負荷モデルとに基づいて、前記処理ブロックの演算負荷を推定する演算負荷推定部と、
をさらに備える、請求項1または2に記載の情報処理装置。
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE112021008039.3T DE112021008039T5 (de) | 2021-07-28 | 2021-07-28 | Informations-verarbeitungsvorrichtung |
| CN202180100894.XA CN117693736A (zh) | 2021-07-28 | 2021-07-28 | 信息处理装置 |
| PCT/JP2021/027911 WO2023007618A1 (ja) | 2021-07-28 | 2021-07-28 | 情報処理装置 |
| JP2023537818A JP7504301B2 (ja) | 2021-07-28 | 2021-07-28 | 情報処理装置 |
| US18/290,916 US20250103349A1 (en) | 2021-07-28 | 2021-07-28 | Information processing apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2021/027911 WO2023007618A1 (ja) | 2021-07-28 | 2021-07-28 | 情報処理装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023007618A1 true WO2023007618A1 (ja) | 2023-02-02 |
Family
ID=85087555
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2021/027911 Ceased WO2023007618A1 (ja) | 2021-07-28 | 2021-07-28 | 情報処理装置 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20250103349A1 (ja) |
| JP (1) | JP7504301B2 (ja) |
| CN (1) | CN117693736A (ja) |
| DE (1) | DE112021008039T5 (ja) |
| WO (1) | WO2023007618A1 (ja) |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2016529613A (ja) * | 2013-08-26 | 2016-09-23 | ヴイエムウェア インコーポレイテッドVMware,Inc. | 待ち時間の影響を受けやすい仮想マシンをサポートするように構成されるcpuスケジューラ |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7046862B2 (ja) | 2019-03-28 | 2022-04-04 | 株式会社日立製作所 | アプリケーション実行装置およびアプリケーション実行方法 |
-
2021
- 2021-07-28 WO PCT/JP2021/027911 patent/WO2023007618A1/ja not_active Ceased
- 2021-07-28 JP JP2023537818A patent/JP7504301B2/ja active Active
- 2021-07-28 CN CN202180100894.XA patent/CN117693736A/zh active Pending
- 2021-07-28 DE DE112021008039.3T patent/DE112021008039T5/de active Pending
- 2021-07-28 US US18/290,916 patent/US20250103349A1/en active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2016529613A (ja) * | 2013-08-26 | 2016-09-23 | ヴイエムウェア インコーポレイテッドVMware,Inc. | 待ち時間の影響を受けやすい仮想マシンをサポートするように構成されるcpuスケジューラ |
Also Published As
| Publication number | Publication date |
|---|---|
| CN117693736A (zh) | 2024-03-12 |
| JPWO2023007618A1 (ja) | 2023-02-02 |
| JP7504301B2 (ja) | 2024-06-21 |
| DE112021008039T5 (de) | 2024-05-23 |
| US20250103349A1 (en) | 2025-03-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8793115B2 (en) | Interface converter for unified view of multiple computer system simulations | |
| US8484006B2 (en) | Method for dynamically adjusting speed versus accuracy of computer platform simulation | |
| US8935698B2 (en) | Management of migrating threads within a computing environment to transform multiple threading mode processors to single thread mode processors | |
| CN107278296B (zh) | 用于响应于事务执行生成跟踪数据的装置和方法 | |
| US10248581B2 (en) | Guarded memory access in a multi-thread safe system level modeling simulation | |
| US9075666B2 (en) | Deferred execution in a multi-thread safe system level modeling simulation | |
| KR20130104853A (ko) | 다중코어 시스템 및 로드 밸런싱 방법 | |
| US9201708B2 (en) | Direct memory interface access in a multi-thread safe system level modeling simulation | |
| US9612863B2 (en) | Hardware device for accelerating the execution of a systemC simulation in a dynamic manner during the simulation | |
| WO2012120654A1 (ja) | タスクスケジューリング方法およびマルチコアシステム | |
| JP2023502296A (ja) | Webブラウザ環境内で機械学習モデルを処理するための方法および装置 | |
| CN109889406B (zh) | 用于管理网络连接的方法、装置、设备和存储介质 | |
| US20210191757A1 (en) | Sub-idle thread priority class | |
| JP7042105B2 (ja) | プログラム実行制御方法および車両制御装置 | |
| JP5542643B2 (ja) | シミュレーション装置及びシミュレーションプログラム | |
| JP7504301B2 (ja) | 情報処理装置 | |
| JP5376042B2 (ja) | マルチコアプロセッサシステム、スレッド切り替え制御方法、およびスレッド切り替え制御プログラム | |
| CN120803536B (zh) | 基于动态覆写指令流的处理器架构及方法 | |
| KR102879264B1 (ko) | 메모리 컨트롤러, 메모리 컨트롤러의 동작 방법 및 이를 포함한 전자 장치 | |
| Yousefzadeh-Asl-Miandoab et al. | CARMA: Collocation-Aware Resource Manager | |
| CN117520097A (zh) | 操作系统的数据处理方法、装置、计算机设备和存储介质 | |
| CN117112160A (zh) | 定时任务调度方法、装置、设备及介质 | |
| EP3414659B1 (en) | Thread diversion awaiting log call return | |
| JP6073955B2 (ja) | 複数の論理コアの実装を可能にするマイクロプロセッサのスタンバイの管理を最適化するための方法およびそのような方法を実行するコンピュータプログラム | |
| JP5582241B2 (ja) | マルチコアプロセッサシステム、マルチコアプロセッサシステムの制御方法、およびマルチコアプロセッサシステムの制御プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21951824 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2023537818 Country of ref document: JP |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18290916 Country of ref document: US |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202180100894.X Country of ref document: CN |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21951824 Country of ref document: EP Kind code of ref document: A1 |
|
| WWP | Wipo information: published in national office |
Ref document number: 18290916 Country of ref document: US |