JP6256088B2 - ベクトルプロセッサ、情報処理装置および追い越し制御方法 - Google Patents
ベクトルプロセッサ、情報処理装置および追い越し制御方法 Download PDFInfo
- Publication number
- JP6256088B2 JP6256088B2 JP2014030748A JP2014030748A JP6256088B2 JP 6256088 B2 JP6256088 B2 JP 6256088B2 JP 2014030748 A JP2014030748 A JP 2014030748A JP 2014030748 A JP2014030748 A JP 2014030748A JP 6256088 B2 JP6256088 B2 JP 6256088B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- address
- overtaking
- unit
- element check
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 32
- 230000010365 information processing Effects 0.000 title claims description 7
- 238000010586 diagram Methods 0.000 description 9
- 230000015556 catabolic process Effects 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30003—Arrangements for executing specific machine instructions
- G06F9/3004—Arrangements for executing specific machine instructions to perform operations on memory
- G06F9/30043—LOAD or STORE instructions; Clear instruction
-
- 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30003—Arrangements for executing specific machine instructions
- G06F9/30007—Arrangements for executing specific machine instructions to perform operations on data operands
- G06F9/30036—Instructions to perform operations on packed data, e.g. vector, tile or matrix operations
-
- 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/34—Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
- G06F9/345—Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes of multiple operands or results
-
- 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
- G06F9/3834—Maintaining memory consistency
-
- 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Complex Calculations (AREA)
- Memory System (AREA)
- Advance Control (AREA)
- Executing Machine-Instructions (AREA)
Description
ロード命令あるいはストア命令がアクセスするメモリのアドレスの最下位桁から所定桁数のビットの状態を、エレメントチェック結果として求めるエレメントチェック部と、
ロード命令の、前記ロード命令に先行するストア命令に対する追い越し判定を、前記エレメントチェック結果に基づいて行う追い越し判定部とを備える。
上述のベクトルプロセッサを備える。
ロード命令あるいはストア命令がアクセスするメモリのアドレスの最下位桁から所定桁数のビットの状態を、エレメントチェック結果として求め、
ロード命令の、前記ロード命令に先行するストア命令に対する追い越し判定を、前記エレメントチェック結果に基づいて行う。
図1は、本発明の第1の実施形態に係る情報処理装置が備えるCPU(Central Processing Unit)の構成を表すブロック構成図である。本発明の第1の実施形態に係るCPU100は、演算部110と、メモリアクセス制御部120とを備える。CPU100は、ベクトルロード命令およびベクトルギャザー命令などのように、複数の要素データを1命令でアクセスできるメモリアクセス命令を含む命令セットを備えている。CPU100は、ベクトルプロセッサと呼ばれることもある。
次に、本発明の第2の実施の形態を説明する。以下の説明では、第1の実施形態と同様な構成については同一の参照番号を付与することにより、重複する説明を省略する。
110 演算部
120 メモリアクセス制御部
121 追い越し処理部
122 追い越し判定部
1221 バッファ
123 エレメントチェック部
124 リストアドレスバッファ
125 メモリアクセス発行部
1000 ベクトルプロセッサ
Claims (5)
- ロード命令あるいはストア命令がアクセスするメモリのアドレスの最下位桁から所定桁数のビットの状態を、エレメントチェック結果として求めるエレメントチェック部と、
ロード命令の、前記ロード命令に先行するストア命令に対する追い越し判定を、前記エレメントチェック結果に基づいて行う追い越し判定部とを備え、
前記ロード命令あるいは前記ストア命令は、リストアドレスによるアクセスを行う命令であり、
前記エレメントチェック部は、前記リストアドレスの最下位桁から所定桁数のビットの状態を求めることにより、前記エレメントチェック結果を求めるベクトルプロセッサ。 - 前記所定桁数は1であり、
前記エレメントチェック部は、前記ロード命令あるいは前記ストア命令がアクセスするメモリのアドレスが奇数番地もしくは偶数番地のみかどうかを前記エレメントチェック結果として求める請求項1に記載のベクトルプロセッサ。 - 請求項1又は2に記載のベクトルプロセッサを備える情報処理装置。
- ロード命令あるいはストア命令がアクセスするメモリのアドレスの最下位桁から所定桁数のビットの状態を、エレメントチェック結果として求め、
ロード命令の、前記ロード命令に先行するストア命令に対する追い越し判定を、前記エレメントチェック結果に基づいて行い、
前記ロード命令あるいは前記ストア命令は、リストアドレスによるアクセスを行う命令であり、
前記リストアドレスの最下位桁から所定桁数のビットの状態を求めることにより、前記エレメントチェック結果を求める追い越し制御方法。 - 前記所定桁数は1であり、
前記ロード命令あるいは前記ストア命令がアクセスするメモリのアドレスが奇数番地もしくは偶数番地のみかどうかをエレメントチェック結果として求める請求項4に記載の追い越し制御方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014030748A JP6256088B2 (ja) | 2014-02-20 | 2014-02-20 | ベクトルプロセッサ、情報処理装置および追い越し制御方法 |
US14/624,795 US20150234656A1 (en) | 2014-02-20 | 2015-02-18 | Vector processor, information processing apparatus, and overtaking control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014030748A JP6256088B2 (ja) | 2014-02-20 | 2014-02-20 | ベクトルプロセッサ、情報処理装置および追い越し制御方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2015156112A JP2015156112A (ja) | 2015-08-27 |
JP6256088B2 true JP6256088B2 (ja) | 2018-01-10 |
Family
ID=53798196
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014030748A Active JP6256088B2 (ja) | 2014-02-20 | 2014-02-20 | ベクトルプロセッサ、情報処理装置および追い越し制御方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20150234656A1 (ja) |
JP (1) | JP6256088B2 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170177350A1 (en) * | 2015-12-18 | 2017-06-22 | Intel Corporation | Instructions and Logic for Set-Multiple-Vector-Elements Operations |
WO2018174936A1 (en) | 2017-03-20 | 2018-09-27 | Intel Corporation | Systems, methods, and apparatuses for tile matrix multiplication and accumulation |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0812661B2 (ja) * | 1988-04-01 | 1996-02-07 | 日本電気株式会社 | 命令処理順序制御システム |
JP3988144B2 (ja) * | 2004-02-23 | 2007-10-10 | 日本電気株式会社 | ベクトル処理装置、及び、追い越し制御回路 |
US7660967B2 (en) * | 2007-02-01 | 2010-02-09 | Efficient Memory Technology | Result data forwarding in parallel vector data processor based on scalar operation issue order |
JP5206385B2 (ja) * | 2008-12-12 | 2013-06-12 | 日本電気株式会社 | バウンダリ実行制御システム、バウンダリ実行制御方法、及びバウンダリ実行制御プログラム |
US8659390B2 (en) * | 2009-08-04 | 2014-02-25 | Raytheon Company | Method and system for generating a biometric query plan |
JP5573134B2 (ja) * | 2009-12-04 | 2014-08-20 | 日本電気株式会社 | ベクトル型計算機及びベクトル型計算機の命令制御方法 |
JP5630281B2 (ja) * | 2011-01-19 | 2014-11-26 | 日本電気株式会社 | ベクトル命令制御回路及びリストベクトルの追い越し制御方法 |
-
2014
- 2014-02-20 JP JP2014030748A patent/JP6256088B2/ja active Active
-
2015
- 2015-02-18 US US14/624,795 patent/US20150234656A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
JP2015156112A (ja) | 2015-08-27 |
US20150234656A1 (en) | 2015-08-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109697185B (zh) | 多瓦片处理阵列中的同步 | |
US9164951B2 (en) | Multiprocessor system, execution control method and execution control program | |
JPH03282958A (ja) | 電子計算機 | |
WO2016140756A1 (en) | Register renaming in multi-core block-based instruction set architecture | |
JP5178346B2 (ja) | 半導体装置、および、半導体装置によるデータ処理方法 | |
KR102524565B1 (ko) | 로드 스토어 유닛들을 바이패싱하여 스토어 및 로드 추적 | |
CN101840390A (zh) | 适用于多处理器系统的硬件同步电路结构及其实现方法 | |
KR20150067316A (ko) | 메모리 기반의 세마포어 | |
US10659396B2 (en) | Joining data within a reconfigurable fabric | |
CN116685943A (zh) | 可编程原子单元中的自调度线程 | |
US11449344B1 (en) | Regular expression processor and parallel processing architecture | |
JP6551751B2 (ja) | マルチプロセッサ装置 | |
JP6256088B2 (ja) | ベクトルプロセッサ、情報処理装置および追い越し制御方法 | |
EP3543846B1 (en) | Computer system and memory access technology | |
US20130024488A1 (en) | Semiconductor device | |
US11294687B2 (en) | Data bus with multi-input pipeline | |
US11847464B2 (en) | Variable pipeline length in a barrel-multithreaded processor | |
EP3588319B1 (en) | Memory module | |
US8683181B2 (en) | Processor and method for distributing load among plural pipeline units | |
JP5623871B2 (ja) | データ転送装置、演算装置、それを備えた装置およびデータ転送方法 | |
JP7498166B2 (ja) | プロセッサ命令パイプラインにおいてアドレス生成ハードウェアを選択的にバイパスするシステム及び方法 | |
JP2011060048A (ja) | 情報処理装置、情報処理方法及び情報処理プログラム | |
JP2011090600A (ja) | データアクセス装置、データアクセス制御方式、及び、データアクセス制御プログラム | |
JP5544856B2 (ja) | 調停装置、調停方法及びプログラム | |
TW201734855A (zh) | 基於截斷的確定性有限自動機(dfa)與硬體過濾器匹配的區域/能源複雜的正規表示法樣式 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20161014 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170718 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170725 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170914 |
|
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: 20171107 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20171120 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6256088 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |