JP2017059273A - Calculation processor - Google Patents
Calculation processor Download PDFInfo
- Publication number
- JP2017059273A JP2017059273A JP2017000742A JP2017000742A JP2017059273A JP 2017059273 A JP2017059273 A JP 2017059273A JP 2017000742 A JP2017000742 A JP 2017000742A JP 2017000742 A JP2017000742 A JP 2017000742A JP 2017059273 A JP2017059273 A JP 2017059273A
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- unit
- stream
- arithmetic processing
- data
- 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.)
- Granted
Links
Images
Landscapes
- Advance Control (AREA)
- Executing Machine-Instructions (AREA)
Abstract
Description
本明細書で言及する実施例は、演算処理装置に関する。 The embodiments referred to in this specification relate to an arithmetic processing device.
近年、スマートフォンやタブレットコンピュータといった携帯端末の通信量の増大に伴って、より高速な無線通信方式が注目されている。このような高速無線通信方式として、例えば、LTE(Long Term Evolution)が普及されてきており、さらに高性能な次世代移動通信システムのLTEアドバンスト(LTE-Advanced)も標準化が完了し、実用化に向けて様々な提案がなされている。 In recent years, higher-speed wireless communication schemes have attracted attention as the amount of communication of mobile terminals such as smartphones and tablet computers increases. As such a high-speed wireless communication system, for example, LTE (Long Term Evolution) has become widespread, and LTE advanced (LTE-Advanced) of a next-generation mobile communication system with higher performance has been standardized and put into practical use. Various proposals have been made.
ところで、例えば、LTEアドバンストを適用する場合、無線通信ベースバンド処理として、膨大な行列演算処理を行うことになる。これは、LTEアドバンストに限ったことではなく、WiMAX2(Worldwide Interoperability for Microwave Access 2)や現在使用されている方式を含めて様々な無線通信方式(規格)でも同様である。 By the way, for example, when LTE Advanced is applied, enormous matrix calculation processing is performed as the wireless communication baseband processing. This is not limited to LTE Advanced, and the same applies to various wireless communication systems (standards) including WiMAX 2 (Worldwide Interoperability for Microwave Access 2) and currently used systems.
一般的に、無線通信ベースバンド処理において、通信速度の向上に比例して膨大な行列演算を行うことになるが、例えば、上述したLTEアドバンストでは、行列演算が全体の演算量の多くを占めている。 In general, in wireless communication baseband processing, enormous matrix operations are performed in proportion to the improvement in communication speed. For example, in LTE Advanced described above, matrix operations occupy a large amount of the entire operation amount. Yes.
行列演算処理(ストリーム処理のひとつ)を高速に実行するためには、行列データが格納されたメモリと演算器を直列に接続し、メモリから読み出したデータに対して、行列演算を行ない、演算結果をメモリに書き出すストリームエンジンが適している。 In order to execute matrix calculation processing (one of stream processing) at high speed, a memory storing matrix data and an arithmetic unit are connected in series, matrix calculation is performed on the data read from the memory, and the calculation result A stream engine that writes to memory is suitable.
そこで、例えば、LTEアドバンストの無線通信ベースバンド処理を行う演算処理装置(演算処理システム)として、汎用プロセッサであるベースプロセッサと、ストリームエンジンを持つコプロセッサを組み合わせたものが提案されている。 Thus, for example, as an arithmetic processing device (arithmetic processing system) that performs LTE advanced wireless communication baseband processing, a combination of a base processor that is a general-purpose processor and a coprocessor having a stream engine has been proposed.
ところで、従来、ベースプロセッサと、ストリームエンジンを持つコプロセッサを組み合わせた演算処理システムとしては、様々なものが提案されている。 By the way, various arithmetic processing systems combining a base processor and a coprocessor having a stream engine have been proposed.
前述したように、無線通信ベースバンド処理を行う演算処理システムとして、ベースプロセッサと、ストリームエンジンを持つコプロセッサを組み合わせたものが提案されている。 As described above, a combination of a base processor and a coprocessor having a stream engine has been proposed as an arithmetic processing system that performs wireless communication baseband processing.
このような演算処理システムでは、例えば、コプロセッサ命令であるストリーム命令を実行するとき、ベースプロセッサは、ハンドシェイクにより、コプロセッサの状態監視、データ転送および実行制御等を行うため,オーバーヘッドが生じる。このオーバーヘッドは、例えば、通信サイクルオーバヘッドと呼ばれている。 In such an arithmetic processing system, for example, when executing a stream instruction that is a coprocessor instruction, the base processor performs coprocessor state monitoring, data transfer, execution control, and the like by handshaking, resulting in overhead. This overhead is called, for example, communication cycle overhead.
さらに、例えば、コプロセッサのストリームエンジンがストリーム処理を実行中に割り込みが発生した場合、割り込み処理は、ストリーム処理の実行が完了するまで待機して行うことになる。 Further, for example, when an interrupt occurs while the stream engine of the coprocessor is executing the stream processing, the interrupt processing is performed until the execution of the stream processing is completed.
すなわち、割り込み発生時にコプロセッサがビジー状態の場合、ベースプロプロセッサはコプロセッサがアイドル状態になるまで待機することになり、通信サイクルオーバヘッドはさらに増加してしまう。 That is, if the coprocessor is busy when an interrupt occurs, the base proprocessor waits until the coprocessor becomes idle, further increasing the communication cycle overhead.
一実施形態によれば、演算処理装置であって、演算を実行する演算器と、ストリーム処理を実行するストリームエンジンと、前記演算器および前記ストリームエンジンに命令を発行する命令発行部と、を有する演算処理装置が提供される。前記命令発行部が前記ストリームエンジンに発行する命令は、ステップ命令であり、前記ストリームエンジンの各パイプラインステージは、1つのステップ命令に従ってそれぞれ1つの処理を実行する。 According to one embodiment, an arithmetic processing device includes an arithmetic unit that executes an operation, a stream engine that executes stream processing, and an instruction issuing unit that issues an instruction to the arithmetic unit and the stream engine. An arithmetic processing device is provided. The instruction issued by the instruction issuing unit to the stream engine is a step instruction, and each pipeline stage of the stream engine executes one process according to one step instruction.
開示の演算処理装置は、サイクルオーバヘッドを低減して処理を高速化することができるという効果を奏する。 The disclosed arithmetic processing device has an effect of reducing the cycle overhead and speeding up the processing.
まず、演算処理装置の実施例を詳述する前に、図1を参照して、演算処理装置の一例およびその問題点を説明する。 First, before describing in detail an embodiment of the arithmetic processing device, an example of the arithmetic processing device and its problems will be described with reference to FIG.
図1は、演算処理装置の一例を示すブロック図であり、汎用プロセッサであるベースプロセッサと、ストリームエンジンを持つコプロセッサを組み合わせた演算処理装置(演算処理システム)を示すものである。 FIG. 1 is a block diagram showing an example of an arithmetic processing device, and shows an arithmetic processing device (arithmetic processing system) in which a base processor, which is a general-purpose processor, and a coprocessor having a stream engine are combined.
図1において、参照符号IFは命令読出(Instruction Fetch)ステージ、IDは命令解釈(Instruction Decode)ステージ、そして、RR/IIはレジスタ読出(Register Read)および命令発行(Instruction Issue)ステージを示す。 In FIG. 1, reference symbol IF indicates an instruction read stage, ID indicates an instruction decode stage, and RR / II indicates a register read and instruction issue stage.
また、参照符号EXは実行(EXecution)ステージ、MAはメモリアクセス(Memory Access)ステージ、そして、RWはレジスタ書込(Register Write)ステージを示す。図1に示す演算処理システムは、例えば、汎用プロセッサであるベースプロセッサ100と、ストリームエンジン200を含むコプロセッサ300を有する。
Reference numeral EX denotes an execution stage, MA denotes a memory access stage, and RW denotes a register write stage. The arithmetic processing system illustrated in FIG. 1 includes, for example, a
ベースプロセッサ100において、IFステージでは、命令読出部101が命令メモリ108から命令をフェッチ(読み出)し、また、IDステージでは、命令解釈部102が命令読出部101で読み出されたた命令を受け取ってデコード(解釈)する。
In the
RR/IIステージでは、レジスタ読出部103がレジスタ110のリード(読み出し)を行うと共に、命令発行部104が命令解釈部102で解釈された命令を演算器105へ発行する。
In the RR / II stage, the
EXステージでは、演算器105が命令発行部104から発行された命令に従った演算を実行し、また、MAステージでは、メモリアクセス部106がメモリ(データメモリ)109に対するロード(読み出し)またはストア(書き込み)のアクセスを行う。
In the EX stage, the
RWステージでは、レジスタ書込部107が演算器105による演算結果、または、データメモリ109からロードされたデータをレジスタ110に書き込む。
In the RW stage, the
ここで、図1の参照符号P100で示されるように、ベースプロセッサ100では、レジスタ−メモリ間またはレジスタ−演算器間の処理を1命令としてパイプライン実行するようになっている。
Here, as indicated by the reference symbol P100 in FIG. 1, the
コプロセッサ300において、IFステージでは、命令読出部301が命令メモリ108から命令を読み出し、また、IDステージでは、命令解釈部302が命令読出部301で読み出された命令を受け取って解釈する。
In the
RR/IIステージでは、レジスタ読出部303がレジスタ310のリードを行うと共に、命令発行部304が命令解釈部302で解釈された命令をストリームエンジン200へ発行する。ここで、ストリームエンジン200は、演算器205、および、データメモリ400に対するロードまたはストアのアクセスを行うメモリアクセス部206を含む。
In the RR / II stage, the
図1の参照符号P200で示されるように、命令発行部304からストリームエンジン200への命令はストリーム命令であり、1ストリーム命令が発行されると、メモリ−演算器間の1ストリーム処理が完了するまでパイプライン実行するようになっている。
As indicated by reference numeral P200 in FIG. 1, the instruction from the instruction issuing unit 304 to the
すなわち、EXおよびMAステージでは、ストリームエンジン200における演算器205およびメモリアクセス部206が命令発行部304から発行されたストリーム命令に従ってストリーム処理が完了するまで処理を行う。なお、RWステージでは、レジスタ書込部307がストリームエンジン200によりストリーム処理されたデータ(演算結果)をレジスタ310に書き込む。
That is, in the EX and MA stages, the
ここで、図1において、参照符号P150は、ベースプロセッサ100によるコプロセッサ300の処理を示し、例えば、コプロセッサ300のストリーム命令発行によりコプロセッサ300とハンドシェイクする処理を示す。すなわち、ベースプロセッサ100は、例えば、コプロセッサ300の状態を監視し、コプロセッサ300の実行制御を行い、そして、コプロセッサ300へのデータ転送を制御する。
Here, in FIG. 1, reference numeral P <b> 150 indicates processing of the
図1を参照して説明したベースプロセッサ100と、ストリームエンジン200を持つコプロセッサ300を組み合わせた演算処理システムは、ストリームエンジン200によりストリーム処理を実行するとき、サイクルオーバヘッドの問題がある。
The arithmetic processing system combining the
すなわち、コプロセッサ命令であるストリーム命令を実行するとき、ベースプロセッサ100は、ハンドシェイクにより、コプロセッサ300の状態を監視し、コプロセッサ300との間のデータ転送を行ない、そして、コプロセッサ300の実行を制御する。
That is, when executing a stream instruction that is a coprocessor instruction, the
そのため、ベースプロセッサ100とコプロセッサ300の間には、オーバーヘッド(通信サイクルオーバヘッド)が生じる。また、例えば、コプロセッサ300のストリームエンジン200がストリーム処理を実行中に割り込みが発生した場合、そのストリーム処理の実行が完了するまで待機することになり、通信サイクルオーバヘッドはさらに増加する。
Therefore, overhead (communication cycle overhead) occurs between the
以下、本実施例の演算処理装置を、添付図面を参照して詳述する。図2は、本実例に係る演算処理装置の一例を示すブロック図である。図2と上述した図1の比較から明らかなように、図2に示す演算処理装置(プロセッサ)1は、図1におけるベースプロセッサ100に対応する構成を含み、さらに、ストリームエンジン2を内蔵している。
Hereinafter, the arithmetic processing apparatus of the present embodiment will be described in detail with reference to the accompanying drawings. FIG. 2 is a block diagram illustrating an example of an arithmetic processing device according to the present example. As is clear from the comparison between FIG. 2 and FIG. 1 described above, the arithmetic processing unit (processor) 1 shown in FIG. 2 includes a configuration corresponding to the
すなわち、図2に示されるように、プロセッサ1は、レジスタ10,命令読出部11,命令解釈部12,レジスタ読出部13,命令発行部14,演算器15,メモリアクセス部16,レジスタ書込部17,命令メモリ18およびデータメモリ19を含む。ここで、命令発行部14は、演算器15に命令を発行するだけでなく、ストリームエンジン2に対しても命令(例えば、ステップ命令)を発行するようになっている。
That is, as shown in FIG. 2, the
ストリームエンジン2は、データメモリ4からデータを読み出してレジスタ221,222に書き込むPOP部21、レジスタ221,222に書き込まれたデータに対してストリーム処理を実行してレジスタ24に書き込むEXEC部23を含む。さらに、ストリームエンジン2は、レジスタ24に書き込まれたデータをデータメモリ4に書き込むPUSH部25も含む。
The
図2において、参照符号IF,ID,RR/II,EX,MAおよびRWは、それぞれ図1を参照して説明したのと同様のステージを示す。 In FIG. 2, reference numerals IF, ID, RR / II, EX, MA, and RW indicate stages similar to those described with reference to FIG.
すなわち、IFステージでは、命令読出部11が命令メモリ18から命令をフェッチ(読み出)し、また、IDステージでは、命令解釈部102が命令読出部101でフェッチされた命令を受け取ってデコード(解釈)する。
That is, in the IF stage, the
RR/IIステージでは、レジスタ読出部13がレジスタ10のリード(読み出し)を行うと共に、命令発行部14が命令解釈部12で解釈された命令を演算器15およびストリームエンジン2へ発行する。
In the RR / II stage, the
EXステージでは、演算器15が命令発行部14から発行された命令に従った演算を実行すると共に、ストリームエンジン2が命令発行部14から発行された命令に従ったストリーム処理を実行する。ここで、命令発行部14からストリームエンジン2への命令は、上述したように、ステップ命令とされている。
In the EX stage, the
MAステージでは、メモリアクセス部16がメモリ(データメモリ)19に対するロードまたはストアのアクセスを行う。さらに、MAステージでは、ストリームエンジン2(POP部21またはPUSH部25)がメモリ(データメモリ)4に対するロード(読み出し)またはストア(書き込み)のアクセスを行う。
In the MA stage, the memory access unit 16 performs load or store access to the memory (data memory) 19. Further, in the MA stage, the stream engine 2 (
RWステージでは、レジスタ書込部17が演算器15による演算結果またはデータメモリ19からロードされたデータをレジスタ10に書き込むと共に、レジスタ書込部17がストリームエンジン2によりストリーム処理されたデータをレジスタ10に書き込む。
In the RW stage, the register writing unit 17 writes the calculation result by the
図3は、本実例の演算処理装置における動作を説明するための図である。図3の参照符号P1と、前述した図1の参照符号P100の比較から明らかなように、図1におけるベースプロセッサ100の対応個所では、レジスタ−メモリ間またはレジスタ−演算器間の処理を1命令としてパイプライン実行するようになっている。
FIG. 3 is a diagram for explaining the operation in the arithmetic processing apparatus of this example. As is clear from the comparison between the reference symbol P1 in FIG. 3 and the reference symbol P100 in FIG. 1 described above, at the corresponding portion of the
また、図3の参照符号P21〜P23に示されるように、プロセッサ1に内蔵されたストリームエンジン2では、命令発行部14から発行されたステップ命令に従って、ステップ毎の処理を実行する。
Further, as indicated by reference numerals P21 to P23 in FIG. 3, the
ここで、処理P21は、ストリームエンジン2のPOP部21がデータメモリ4からデータを読み出してレジスタ221,222に書き込む処理である。また、処理P22は、EXEC部23がレジスタ221,222に書き込まれたデータに対してストリーム処理を実行してレジスタ24に書き込む処理である。
Here, the
さらに、処理P23は、PUSH部25がレジスタ24に書き込まれたデータをデータメモリ4に書き込む処理である。これらの処理P21〜P23は、命令発行部14から発行されたステップ命令に従ってパイプライン実行される。
Further, the process P23 is a process in which the
なお、本明細書では、ストリームエンジン2は、3つの処理P21〜P23を3つのステップ命令で処理(3ステップ命令で1回転)する場合を例として示している。しかしながら、これは単なる例であり、4つ以上の処理で1回転の処理とし、この1回転の処理を多数回繰り返すことでストリーム処理を実行してもよいのはいうまでもない。
In this specification, the
図4は、本実施例の演算処理装置におけるストリームエンジンの停止動作を説明するための図である。例えば、プロセッサ1に内蔵されたストリームエンジン2がストリーム処理を実行中に割り込みが発生した場合、命令発行部14がストリームエンジン2に対するステップ命令の発行を停止する。
FIG. 4 is a diagram for explaining the stop operation of the stream engine in the arithmetic processing apparatus according to this embodiment. For example, when an interrupt occurs while the
このように、命令発行部14がストリームエンジン2に対するステップ命令の発行を停止すると、ストリームエンジン2における全ての処理P21〜P23が停止する。すなわち、POP部21は、データメモリ4からデータを読み出してレジスタ221,222に書き込む処理P21を停止する。
Thus, when the
また、EXEC部23は、レジスタ221,222に書き込まれたデータに対してストリーム処理を実行してレジスタ24に書き込む処理P22を停止する。そして、PUSH部25は、レジスタ24に書き込まれたデータをデータメモリ19に書き込む処理P23を停止する。
In addition, the
このように、本実施例の演算処理装置は、ストリームエンジン2の動作をステップ命令により細粒度で制御しているため、ストリーム処理中に割り込みが発生した場合には、ストリーム処理を直ちに停止して割り込み処理を行うことができる。
As described above, since the arithmetic processing unit according to the present embodiment controls the operation of the
すなわち、本実施例の演算処理装置によれば、例えば、割り込み発生時にステップ命令の発行を止めることにより、ストリームエンジン2を直ちに停止することができる。換言すると、本実施例の演算処理装置によれば、命令発行を止めた後、ストリームエンジン2の各パイプラインステージ(処理P21〜P23)は自律的に停止することができ、サイクルオーバヘッドを低減して処理を高速化することが可能になる。
That is, according to the arithmetic processing unit of this embodiment, for example, the
図5は、図4を参照して説明したストリームエンジンの停止動作による効果の一例を説明するための図であり、図5(a)は、前述した図1に示す演算処理システムによる動作を示し、図5(b)は、図4を参照して説明した演算処理装置による動作を示す。 FIG. 5 is a diagram for explaining an example of the effect of the stop operation of the stream engine described with reference to FIG. 4, and FIG. 5 (a) shows the operation of the arithmetic processing system shown in FIG. FIG. 5B shows the operation of the arithmetic processing unit described with reference to FIG.
ここで、前提として、1ストリーム処理のサイクル数(クロックサイクル数)を200サイクル、演算データパスのレイテンシを10サイクル、そして、1ストリーム処理に使用するパラメータ情報のビット幅を320ビットとする。 Here, it is assumed that the number of cycles for one stream processing (number of clock cycles) is 200 cycles, the latency of the operation data path is 10 cycles, and the bit width of parameter information used for one stream processing is 320 bits.
また、外部−メモリ間のデータ転送はストリーム処理とオーバラップ動作し、データ転送サイクルは隠蔽されているものとする。さらに、図5(a)において、ベースプロセッサ100−コプロセッサ300間のデータパスを32ビットとし、パラメータ情報は、ベースプロセッサ100からコプロセッサ300へ10サイクルで転送されるものとする。
Further, it is assumed that data transfer between the external and the memory overlaps with the stream processing, and the data transfer cycle is concealed. 5A, the data path between the
従って、図5(a)では、通信サイクルオーバヘッドは、例えば、10[サイクル](データ転送)+10[サイクル](演算データパス)=20[サイクル]となる。 Accordingly, in FIG. 5A, the communication cycle overhead is, for example, 10 [cycle] (data transfer) +10 [cycle] (calculation data path) = 20 [cycle].
また、図5(b)において、データパスは密結合されているため、パラメータ情報は1サイクルで転送されるとする。なお、本明細書において、密結合とは、バスレベルで結合された複数のプロセッサが共通のメモリにアクセスするというのではなく、共通の命令発行部14が演算器15およびストリームエンジン2に対して命令を発行して制御することを意味する。
In FIG. 5B, since the data paths are tightly coupled, the parameter information is transferred in one cycle. In the present specification, tight coupling does not mean that a plurality of processors coupled at a bus level access a common memory, but the common
従って、図5(b)では、通信サイクルオーバヘッドは、例えば、1[サイクル](データ転送)+10[サイクル](演算データパス)=11[サイクル]となる。 Accordingly, in FIG. 5B, the communication cycle overhead is, for example, 1 [cycle] (data transfer) +10 [cycle] (calculation data path) = 11 [cycle].
まず、図5(a)に示されるように、図1に示す演算処理システムにおいて、例えば、3回目のストリーム処理(A2)における50サイクル目で割り込みが発生した場合、その3回目のストリーム処理を全て完了した後に、別のストリーム処理(B0)を実行する。 First, as shown in FIG. 5A, in the arithmetic processing system shown in FIG. 1, for example, when an interrupt occurs at the 50th cycle in the third stream process (A2), the third stream process is performed. After all the processing is completed, another stream process (B0) is executed.
そのため、演算処理システムでは、別のストリーム処理(B0)を完了するまでに、200+20+200+20+50+150+20+200=860[サイクル]だけ要することになる。 Therefore, in the arithmetic processing system, it takes 200 + 20 + 200 + 20 + 50 + 150 + 20 + 200 = 860 [cycles] to complete another stream processing (B0).
一方、図4を参照して説明した本実施例の演算処理装置(プロセッサ)1において、例えば、3回目のストリーム処理(A2)における50サイクル目で割り込みが発生した場合、直ちにその3回目のストリーム処理を止めて別のストリーム処理(B0)を実行する。 On the other hand, in the arithmetic processing unit (processor) 1 of the present embodiment described with reference to FIG. 4, for example, when an interrupt occurs in the 50th cycle in the third stream processing (A2), the third stream is immediately generated. The process is stopped and another stream process (B0) is executed.
そのため、本実施例のプロセッサ1では、別のストリーム処理(B0)を完了するまでに、200+11+200+11+50+11+200=683[サイクル]だけ要することになる。
Therefore, in the
すなわち、本実施例のプロセッサ1によれば、同じ処理を行うのに、860[サイクル]から683[サイクル]へ177[サイクル]だけ処理を高速化することが可能なことが分かる。
That is, according to the
なお、図5は、単なるストリーム処理の一例を説明するためのもので、例えば、1ストリーム命令による処理サイクル数が多いほど、或いは、ストリーム処理を実行中の割り込み発生頻度が高いほど、より一層高速化の効果が大きくなるのはいうまでもない。 Note that FIG. 5 is merely an example of stream processing. For example, the higher the number of processing cycles by one stream instruction, or the higher the frequency of interrupt generation during stream processing, the higher the speed. Needless to say, the effect of conversion is increased.
図6は、本実施例の演算処理装置における読出回路の動作の一例を説明するための図であり、図7は、本実施例の演算処理装置における読出回路の動作の他の例を説明するための図である。 FIG. 6 is a diagram for explaining an example of the operation of the readout circuit in the arithmetic processing apparatus of this embodiment, and FIG. 7 explains another example of the operation of the readout circuit in the arithmetic processing apparatus of this embodiment. FIG.
図6および図7に示されるように、読出回路210は、POP部21およびレジスタ221,222を含み、データメモリ4は、メモリ部41,42を含む。なお、メモリ部41および42は、例えば、データメモリ4における異なる番地(先頭アドレス)のバンク化されたメモリ領域を示すもので、2つのメモリを持たなくてもよいのはもちろんである。
As shown in FIGS. 6 and 7, read
図6に示されるように、読出回路210において、POP部21は、データメモリ4のメモリ部(第1バンク)41から先頭アドレスおよびストリーム長を指定して第1データを読み出し、レジスタ221に格納する。
As shown in FIG. 6, in the
さらに、読出回路210において、POP部21は、データメモリ4のメモリ部(第2バンク)42から先頭アドレスおよびストリーム長を指定して第2データを読み出し、レジスタ222に格納する。この読出回路210の処理は、例えば、前述した図3の演算処理装置における処理P21に対応する。
Further, in the
すなわち、POP部21は、データメモリ4からストリームデータを読み出し、ストリーム処理の読出ステージ(POP部21)と実行ステージ(EXEC部23)の間のレジスタ(パイプラインレジスタ)221,222に投入(格納)してパイプライン処理を実行する。
That is, the
このように、例えば、第1バンク41および第2バンク42にバンク化されたデータメモリ4から、先頭アドレスおよびストリーム長を指定してストリームデータを読み出すことにより、メモリのポート数およびサイクルオーバヘッドを解消することができる。
In this way, for example, by reading stream data from the
また、図7に示されるように、例えば、DMA(Direct Memory Access)5により、メモリ部(第1および第2バンク)41,42から読み出されたデータをFIFO(First In First Out)バッファ61,62を介して読出回路210に供給することもできる。すなわち、データメモリ4からのデータ転送をDMA5に任せ、FIFOバッファ61,62から読み出しデータを取り出すこともできる。
As shown in FIG. 7, for example, data read from the memory units (first and second banks) 41 and 42 by the DMA (Direct Memory Access) 5 is converted into a FIFO (First In First Out)
図8は、本実施例の演算処理装置における実行回路の動作の一例を説明するための図である。図8に示されるように、実行回路230は、EXEC部23およびレジスタ24を含む。
FIG. 8 is a diagram for explaining an example of the operation of the execution circuit in the arithmetic processing apparatus according to the present embodiment. As shown in FIG. 8, the
実行回路230において、EXEC部23は、レジスタ221および222に書き込まれたデータに対してストリーム処理を実行し、その演算結果をレジスタ24に書き込む。この実行回路230の処理は、例えば、前述した図3の演算処理装置における処理P22に対応する。
In the
すなわち、EXEC部23は、レジスタ221および222に投入されたデータに対してストリーム処理を実行し、その演算結果をEXEC部23とPUSH部25の間のレジスタ(パイプラインレジスタ)24に投入してパイプライン処理を実行する。
That is, the
図9は、本実施例の演算処理装置における実行回路の動作の他の例を説明するための図であり、実行回路230を多段のEXEC部231〜233およびレジスタ241〜243としたものである。
FIG. 9 is a diagram for explaining another example of the operation of the execution circuit in the arithmetic processing unit according to the present embodiment, in which the
このとき、読出回路210のレジスタは、初段の2つのEXEC部231および232に対応させて、4つのレジスタ221a,221bおよび222a,222bとされている。
At this time, the registers of the read
また、実行回路230のレジスタも、3つのEXEC部231〜233による演算結果を格納するために3つのレジスタ241〜243とされている。なお、図9に示す実行回路は単なる例であり、様々な構成を適用することができるのはもちろんである。
The registers of the
このように、実行回路230(演算器データパス)は多段構成でもよく、演算結果を毎サイクルEXEC部233とPUSH部25の間のレジスタ(パイプラインレジスタ)243に投入してパイプライン処理を実行することができる。
As described above, the execution circuit 230 (arithmetic unit data path) may have a multi-stage configuration, and the operation result is input to the register (pipeline register) 243 between the
図10は、本実施例の演算処理装置における書込回路の動作の一例を説明するための図であり、図11は、本実施例の演算処理装置における書込回路の動作の他の例を説明するための図である。 FIG. 10 is a diagram for explaining an example of the operation of the writing circuit in the arithmetic processing apparatus of the present embodiment, and FIG. 11 is another example of the operation of the writing circuit in the arithmetic processing apparatus of the present embodiment. It is a figure for demonstrating.
図10に示されるように、書込回路250は、PUSH部25を含み、レジスタ24に格納された演算結果をデータメモリ4のメモリ部43に書き込む。すなわち、EXEC部23とPUSH部25間のパイプラインレジスタ24から出力データを取り出し、例えば、先頭アドレスとストリーム長で示されたメモリ領域へ書き込む。
As shown in FIG. 10, the
この書込回路250の処理は、例えば、前述した図3の演算処理装置における処理P23に対応する。ここで、メモリ部43は、例えば、データメモリ4において、メモリ部41,42とは異なるメモリ領域とすることができる。
The processing of the
図10に示す書込回路250は、レジスタ24に格納された演算結果を直接データメモリ部43に書き込む。これに対して、図11に示す書込回路250は、レジスタ24に格納された演算結果をFIFOバッファ7に書き込み、そのFIFOバッファ7に書き込まれたデータをDMA8がメモリ部43に転送する。
The
すなわち、図11に示す書込回路250は、レジスタ24に格納された演算結果を順にFIFOバッファ7に書き込み、FIFOバッファ7からメモリ部43(データメモリ4)へのデータ転送は、DMA8に任せるようになっている。
That is, the
図12は、本実施例の演算処理装置におけるパラメータ情報の一例を説明するための図である。ストリーム処理に使用するパラメータ情報は、例えば、各ストリーム(i)の先頭アドレス(ai)、ストリーム長(li)、演算オペコード(o)および演算モード(m)は単一かつ長ビット長の命令(セット命令:set)で表現することができる。 FIG. 12 is a diagram for explaining an example of parameter information in the arithmetic processing apparatus according to the present embodiment. The parameter information used for the stream processing is, for example, a single long-bit length instruction (ai), stream length (li), operation opcode (o), and operation mode (m) for each stream (i). Set command: set).
このセット命令(パラメータ情報)は、参照符号P10で示されるように、命令メモリ18から読み出されて、パラメータレジスタ140へ一括して代入(セット)される。そして、各パイプラインステージ(POP部21,EXEC部23およびPUSH部25)は、参照符号P11で示されるように、パラメータレジスタ140からパラメータ情報を参照してパイプライン実行する。
This set instruction (parameter information) is read from the
図13および図14は、本実施例の演算処理装置におけるステップ命令を説明するための図である。図13および図14に示されるように、本実施例の演算処理装置(ストリームエンジン2)は、セット命令により制御することができる。 13 and 14 are diagrams for explaining step commands in the arithmetic processing unit of the present embodiment. As shown in FIGS. 13 and 14, the arithmetic processing unit (stream engine 2) of this embodiment can be controlled by a set instruction.
すなわち、参照符号P20で示されるように、命令メモリ18からステップ命令を読み出し、そのステップ命令の実行により、ストリームエンジン2の各パイプラインステージの処理P21〜P23を制御することができる。なお、ステップ命令は、例えば、予めプログラマーにより作成されたものが使用される。
That is, as indicated by the reference symbol P20, a step instruction is read from the
ここで、ステップ命令 step 1〜step N は、命令メモリ18から順番に読み出されて命令発行部14からストリームエンジン2へ発行され、各パイプライン処理P21〜P23が実行される。
Here, step instructions step 1 to step N are sequentially read from the
図13に示されるように、ステップ命令は、命令発行部14からストリームエンジン2へ発行され、1つのステップ命令により、POP部21,EXEC部23およびPUSH部25が1つの処理(P21,P22,P23)を実行する。
As shown in FIG. 13, the step command is issued from the
すなわち、図14(a)に示されるように、処理P21は、POP部21がデータメモリ4からデータを読み出してレジスタ221,222に書き込む処理である。また、図14(b)に示されるように、処理P22は、EXEC部23がレジスタ221,222に書き込まれたデータに対してストリーム処理を実行してレジスタ24に書き込む処理である。
That is, as shown in FIG. 14A, the process P21 is a process in which the
さらに、図14(c)に示されるように、処理P23は、PUSH部25がレジスタ24に書き込まれたデータをデータメモリ19に書き込む処理である。これらの処理P21〜P23は、命令発行部14から発行されたステップ命令に従ってパイプライン実行される。
Further, as shown in FIG. 14C, the process P <b> 23 is a process in which the
図15は、本実施例の演算処理装置におけるステップ命令の変形を説明するための図である。前述した図13では、N個のステップ命令 step 1〜step N は、そのまま命令メモリ18から読み出されて命令発行部14からストリームエンジン2へ発行されている。
FIG. 15 is a diagram for explaining a modification of the step command in the arithmetic processing unit according to the present embodiment. In FIG. 13 described above, the N step instructions step 1 to step N are read from the
これに対して、図15に示す変形例では、セット命令を、連続する繰り返し処理(ループ処理)を効率よく実行するためのループ処理専用の命令(ゼロオーバヘッドループ命令)と組み合わせるようになっている。 On the other hand, in the modification shown in FIG. 15, the set instruction is combined with an instruction dedicated to loop processing (zero overhead loop instruction) for efficiently executing continuous repetition processing (loop processing). .
すなわち、N個のステップ命令 step 1〜step N は、ゼロオーバヘッドループ命令(loop N step)とすることで、命令列を増加させないようにすることができる。なお、ゼロオーバヘッドループ命令においても、例えば、割り込み発生時、ストリームは、直ちに実行中のステップで処理を停止するようになっている。 That is, N step instructions step 1 to step N can be set to zero overhead loop instructions (loop N step), so that the instruction sequence is not increased. Also in the zero overhead loop instruction, for example, when an interrupt occurs, the stream immediately stops processing at the step being executed.
図16および図17は、本実施例の演算処理装置におけるマイクロ命令を説明するための図である。図16に示されるように、命令発行部14からストリームエンジン2へ発行される命令は、マイクロ命令とされている。
16 and 17 are diagrams for explaining microinstructions in the arithmetic processing unit of the present embodiment. As shown in FIG. 16, the instruction issued from the
すなわち、図16の参照符号P30で示されるように、命令メモリ18からマイクロ命令を読み出し、そのマイクロ命令の実行により、ストリームエンジン2の各パイプラインステージの処理P21〜P23を制御するようになっている。
That is, as indicated by reference numeral P30 in FIG. 16, the microinstruction is read from the
例えば、図17(a)に示す処理P21に対してpop命令を割り当て、図17(b)に示す処理P22に対してexec命令を割り当て、そして、図17(c)に示す処理P23に対してpush命令を割り当て、各マイクロ命令により実行する。これにより、各パイプラインステージの処理P21〜P23をマイクロ命令により個別に制御することができる。 For example, a pop instruction is assigned to the process P21 shown in FIG. 17A, an exec instruction is assigned to the process P22 shown in FIG. 17B, and the process P23 shown in FIG. A push instruction is assigned and executed by each microinstruction. Thereby, the processes P21 to P23 of each pipeline stage can be individually controlled by the micro instruction.
図18は、本実施例の演算処理装置におけるマイクロ命令によるアクセス制御を説明するための図である。 FIG. 18 is a diagram for explaining access control by microinstructions in the arithmetic processing unit of this embodiment.
ここで、図18(a)は、pop,execおよびpush命令を全て発行した場合を示し、図18(b)は、pop命令を停止した場合を示し、そして、図18(c)は、push命令を停止した場合を示す。なお、演算処理装置には、前述した図7および図11のように、DMA5,8およびFIFOバッファ61,62,7が設けられている。
Here, FIG. 18A shows a case where all the pop, exec and push instructions are issued, FIG. 18B shows a case where the pop instruction is stopped, and FIG. 18C shows a push instruction. Indicates the case where the instruction is stopped. The arithmetic processing unit is provided with
まず、図18(a)に示されるように、pop命令,exec命令およびpush命令の全てが発行されると、各パイプラインステージの処理P21〜P23が毎サイクル実行される。 First, as shown in FIG. 18A, when all of the pop instruction, the exec instruction, and the push instruction are issued, the processes P21 to P23 of each pipeline stage are executed every cycle.
次に、図18(b)に示されるように、pop命令を停止すると、すなわち、exec命令およびpush命令のみ実行すると、POP部21は、FIFOバッファ61,62からのデータ読み出しを停止する。
Next, as shown in FIG. 18B, when the pop instruction is stopped, that is, when only the exec instruction and the push instruction are executed, the
これにより、FIFOバッファ61,62は、DMA(入力DMA)5によるデータ転送で満状態となり、DMA5がFIFOバッファ61,62の満状態を検出して自動停止する。すなわち、マイクロ命令であるpop命令を停止することにより、ストリームエンジン2のパイプライン処理を停止することができる。
As a result, the FIFO buffers 61 and 62 become full when data is transferred by the DMA (input DMA) 5, and the
さらに、図18(c)に示されるように、push命令を停止すると、すなわち、pop命令およびexec命令のみ実行すると、PUSH部25は、レジスタ24からデータを読み出してFIFOバッファ7に格納する動作を停止する。
Further, as shown in FIG. 18C, when the push instruction is stopped, that is, when only the pop instruction and the exec instruction are executed, the
これにより、FIFOバッファ7は空状態となり、DMA(出力DMA)8がFIFOバッファ7の空状態を検出して自動停止する。すなわち、マイクロ命令であるpush命令を停止することにより、ストリームエンジン2のパイプライン処理を停止することができる。
As a result, the
このように、pop命令,exec命令およびpush命令のマイクロ命令を使用することで、例えば、割り込み発生時でも、DMA5,8がメモリアクセスを自律的に制御することができる。すなわち、メモリ−演算器間のデータ転送の制御を簡略化することができ、メモリアクセス制御のハードウェア量を削減することが可能になる。
In this way, by using the micro instructions such as the pop instruction, the exec instruction, and the push instruction, for example, even when an interrupt occurs, the
図19は、本実施例の演算処理装置におけるマイクロ命令をVLIW命令に埋め込む(パックする)様子を示す図である。図16〜図18を参照して説明したように、マイクロ命令を使用する場合、例えば、VLIW(Very Long Instruction Word:超長命令語)命令に埋め込むことで各処理を同時に実行することができ、実行サイクル数を削減することが可能となる。 FIG. 19 is a diagram illustrating a state in which a micro instruction is embedded (packed) in a VLIW instruction in the arithmetic processing unit according to the present embodiment. As described with reference to FIGS. 16 to 18, when a microinstruction is used, for example, each process can be executed simultaneously by embedding it in a VLIW (Very Long Instruction Word) instruction. It is possible to reduce the number of execution cycles.
すなわち、複数のマイクロ命令をVLIW命令に埋め込むことで、ループ処理の命令数を削減することができ、さらに、ループの実行サイクル数を削減することもできる。また、ベースプロセッサ(VLIWプロセッサを想定:演算処理装置1)の命令セットアーキテクチャを有効に活用することも可能になる。 That is, by embedding a plurality of microinstructions in the VLIW instruction, the number of loop processing instructions can be reduced, and the number of loop execution cycles can also be reduced. It is also possible to effectively utilize the instruction set architecture of the base processor (assuming a VLIW processor: arithmetic processing unit 1).
図19は、M個のマイクロ命令をN個のVLIW命令にパックする様子を示しているが、ここで、VLIW 1命令〜VLIW 3命令によるプロローグ処理、および、VLIW N-2命令〜VLIW N命令によるエピローグ処理を、図20および図21を参照して説明する。
FIG. 19 shows how M microinstructions are packed into N VLIW instructions. Here, prologue processing by
図20は、図19に示すVLIW命令のプロローグ処理を説明するための図であり、図20(a)はVLIW 1命令の処理を示し、図20(b)はVLIW 2命令の処理を示し、そして、図20(c)はVLIW 3命令の処理を示す。
20 is a diagram for explaining the prologue processing of the VLIW instruction shown in FIG. 19, FIG. 20 (a) shows the processing of the
ここで、図19に示されるように、プロローグ処理は、停止しているストリームエンジン2起動させる処理で、VLIW 1[pop ]、VLIW 2[pop, exec ]およびVLIW 3[pop, exec, push]の3つの命令を実行することで達成される。
Here, as shown in FIG. 19, the prologue process is a process of starting the stopped
まず、図20(a)に示されるように、VLIW 1命令によるpop命令のみ実行する。すなわち、pop命令により、POP部21がデータメモリ4からデータを読み出してレジスタ221,222に書き込む処理P21を実行する。これにより、レジスタ221,222には、EXEC部23が演算処理を行うデータが投入されたことになる。
First, as shown in FIG. 20A, only the pop instruction by the
次に、図20(b)に示されるように、VLIW 2命令によるpop命令およびexec命令を実行する。すなわち、pop命令により上述した処理P21を実行すると共に、exec命令により、EXEC部23がレジスタ221,222に書き込まれたデータに対してストリーム処理を実行してレジスタ24に書き込む処理P22を実行する。
Next, as shown in FIG. 20B, a pop instruction and an exec instruction by the
これにより、レジスタ221,222には、EXEC部23が演算処理を行うデータが投入され、また、レジスタ24には、PUSH部25がデータメモリ4に書き込む演算結果のデータが投入されたことになる。
As a result, the data to be executed by the
そして、図20(c)に示されるように、VLIW 3命令によるpop命令,exec命令およびPUSH命令を実行する。すなわち、pop命令により処理P21を実行すると共に、exec命令により処理P22を実行し、さらに、PUSH命令により、PUSH部25がレジスタ24に書き込まれた演算結果データをデータメモリ4に書き込む処理P23を実行する。
Then, as shown in FIG. 20 (c), the pop instruction, the exec instruction, and the PUSH instruction by the
なお、このエピローグ処理以降、図21を参照して説明するエピローグ処理まで、VLIW 3命令と同じ命令(VLIW 4命令,VLIW 5命令,…)により処理P21〜P23によるパイプライン処理が継続して実行される。
From this epilogue processing to the epilogue processing described with reference to FIG. 21, the pipeline processing by the processing P21 to P23 is continuously executed by the same instruction as the
図21は、図19に示すVLIW命令のエピローグ処理を説明するための図であり、図21(a)はVLIW N-2命令の処理を示し、図21(b)はVLIW N-1命令の処理を示し、そして、図21(c)はVLIW N命令の処理を示す。 FIG. 21 is a diagram for explaining the epilogue processing of the VLIW instruction shown in FIG. 19, FIG. 21 (a) shows the processing of the VLIW N-2 instruction, and FIG. 21 (b) shows the processing of the VLIW N-1 instruction. The processing is shown, and FIG. 21 (c) shows the processing of the VLIW N instruction.
ここで、図19に示されるように、エピローグ処理は、図20を参照して説明したプロローグ処理と逆に動作中のストリームエンジン2を停止させる処理である。このエピローグ処理は、VLIW N-2[pop, exec, push]、VLIW N-1[ exec, push]およびVLIW N[ push]、の3つの命令を実行することで達成される。
Here, as shown in FIG. 19, the epilogue process is a process of stopping the operating
まず、図21(a)に示されるように、VLIW N-2命令によるpop命令,exec命令およびpush命令を行う。このVLIW N-2命令は、図20(c)を参照して説明したVLIW 3命令、すなわち、処理P21〜P23により継続して実行されるパイプライン処理と同じものである。
First, as shown in FIG. 21 (a), a pop instruction, an exec instruction, and a push instruction by the VLIW N-2 instruction are performed. This VLIW N-2 instruction is the same as the
次に、図21(b)に示されるように、VLIW N-1命令によるexec命令およびpush命令を実行する。すなわち、pop命令を除くことにより、POP部21がデータメモリ4からデータを読み出してレジスタ221,222に書き込む処理P21を停止する。これにより、レジスタ221,222は空状態となる。
Next, as shown in FIG. 21B, the exec instruction and the push instruction by the VLIW N-1 instruction are executed. That is, by removing the pop instruction, the
そして、図21(c)に示されるように、VLIW N命令によるPUSH命令のみ実行する。すなわち、pop命令およびexec命令を除くことで、レジスタ221,222だけでなく、レジスタ24も、空状態となる。
Then, as shown in FIG. 21 (c), only the PUSH instruction by the VLIW N instruction is executed. That is, by removing the pop instruction and the exec instruction, not only the
なお、pop命令,exec命令およびpush命令の3つのマイクロ命令によりストリームエンジン2を制御するのは、単なる例であり、さらなるマイクロ命令を追加し、或いは、異なるマイクロ命令を適用するといった様々な変更が可能なのはいうまでもない。
It should be noted that controlling the
なお、上述した実施例では、LTEアドバンスト等における行列演算処理を行う演算処理装置を例として説明したが、本実施例は、このような無線通信デバイスに適用する演算処理装置に限定されず、様々な演算処理装置に幅広く適用することが可能である。 In the above-described embodiment, an arithmetic processing apparatus that performs matrix arithmetic processing in LTE Advanced or the like has been described as an example. However, the present embodiment is not limited to the arithmetic processing apparatus applied to such a wireless communication device, and various The present invention can be widely applied to various arithmetic processing devices.
以上、実施形態を説明したが、ここに記載したすべての例や条件は、発明および技術に適用する発明の概念の理解を助ける目的で記載されたものであり、特に記載された例や条件は発明の範囲を制限することを意図するものではない。また、明細書のそのような記載は、発明の利点および欠点を示すものでもない。発明の実施形態を詳細に記載したが、各種の変更、置き換え、変形が発明の精神および範囲を逸脱することなく行えることが理解されるべきである。 Although the embodiment has been described above, all examples and conditions described herein are described for the purpose of helping understanding of the concept of the invention applied to the invention and the technology. It is not intended to limit the scope of the invention. Nor does such a description of the specification indicate an advantage or disadvantage of the invention. Although embodiments of the invention have been described in detail, it should be understood that various changes, substitutions and modifications can be made without departing from the spirit and scope of the invention.
以上の実施例を含む実施形態に関し、さらに、以下の付記を開示する。
(付記1)
演算を実行する演算器、および、ストリーム処理を実行するストリームエンジンを含み、前記演算器のデータパスと前記ストリームエンジンのデータパスを密結合した、
ことを特徴とする演算処理装置。
Regarding the embodiment including the above examples, the following supplementary notes are further disclosed.
(Appendix 1)
An arithmetic unit that executes an operation, and a stream engine that executes stream processing, wherein a data path of the arithmetic unit and a data path of the stream engine are tightly coupled;
An arithmetic processing apparatus characterized by that.
(付記2)
さらに、
命令を発行する命令発行部を有し、
前記命令発行部は、前記演算器に対する命令を発行すると共に、前記ストリームエンジンに対する命令も発行する、
ことを特徴とする付記1に記載の演算処理装置。
(Appendix 2)
further,
An instruction issuing unit for issuing instructions;
The instruction issuing unit issues an instruction for the arithmetic unit and also issues an instruction for the stream engine.
The arithmetic processing apparatus according to
(付記3)
前記ストリームエンジンは、
メモリからデータを読み出す読出回路と、
前記読み出したデータに対してストリーム処理を実行する実行回路と、
前記ストリーム処理された演算結果を前記メモリに書き込む書込回路と、を含む、
ことを特徴とする付記2に記載の演算処理装置。
(Appendix 3)
The stream engine
A readout circuit for reading data from the memory;
An execution circuit for performing stream processing on the read data;
A write circuit for writing the stream-processed operation result into the memory,
The arithmetic processing device according to
(付記4)
前記読出回路は、POP部および第1レジスタを含み、
前記POP部は、前記メモリにおける、先頭アドレスおよびストリーム長で示された第1メモリ部からデータを読み出して前記第1レジスタに格納する、
ことを特徴とする付記3に記載の演算処理装置。
(Appendix 4)
The readout circuit includes a POP unit and a first register,
The POP unit reads data from a first memory unit indicated by a head address and a stream length in the memory and stores the data in the first register.
The arithmetic processing apparatus according to
(付記5)
前記実行回路は、EXEC部および第2レジスタを含み、
前記EXEC部は、前記第1レジスタに格納されたデータに対してストリーム処理を実行し、前記ストリーム処理された演算結果を前記第2レジスタに格納する、
ことを特徴とする付記4に記載の演算処理装置。
(Appendix 5)
The execution circuit includes an EXEC unit and a second register,
The EXEC unit performs a stream process on the data stored in the first register, and stores the stream-processed operation result in the second register.
The arithmetic processing device according to
(付記6)
前記実行回路は、階層化された複数のEXEC部および各階層の前記EXEC部間に設けられた複数の第3レジスタを含む、
ことを特徴とする付記5に記載の演算処理装置。
(Appendix 6)
The execution circuit includes a plurality of hierarchical EXEC sections and a plurality of third registers provided between the EXEC sections of each hierarchy.
The arithmetic processing apparatus according to
(付記7)
前記書込回路は、PUSH部を含み、
前記PUSH部は、前記第2レジスタに格納された演算結果を、前記メモリにおける、先頭アドレスおよびストリーム長で示された第2メモリ部に書き込む、
ことを特徴とする付記5または付記6に記載の演算処理装置。
(Appendix 7)
The writing circuit includes a PUSH unit;
The PUSH unit writes the operation result stored in the second register to the second memory unit indicated by a head address and a stream length in the memory.
The arithmetic processing apparatus according to
(付記8)
前記命令発行部が前記ストリームエンジンに発行する命令は、ステップ命令であり、
前記ストリームエンジンの各パイプラインステージは、1つの前記ステップ命令に従ってそれぞれ1つの処理を実行する、
ことを特徴とする付記2乃至付記7のいずれか1項に記載の演算処理装置。
(Appendix 8)
The command issued by the command issuing unit to the stream engine is a step command,
Each pipeline stage of the stream engine executes one process according to one step instruction,
The arithmetic processing apparatus according to any one of
(付記9)
前記ストリーム処理に使用するパラメータ情報は、単一かつ長ビット長のセット命令で表現される、
ことを特徴とする付記8に記載の演算処理装置。
(Appendix 9)
The parameter information used for the stream processing is expressed by a single and long bit length set instruction.
The arithmetic processing apparatus according to
(付記10)
前記ストリーム処理に使用するパラメータ情報は、各ストリームの先頭アドレス,ストリーム長および演算モードを含む、
ことを特徴とする付記9に記載の演算処理装置。
(Appendix 10)
The parameter information used for the stream processing includes the start address of each stream, the stream length, and the operation mode.
The arithmetic processing apparatus according to appendix 9, wherein
(付記11)
さらに、
前記ストリーム処理に使用するパラメータ情報を一括してセットするパラメータレジスタを含み、
前記ストリームエンジンの各パイプラインステージは、前記パラメータレジスタからパラメータ情報を参照してパイプライン実行する、
ことを特徴とする付記8に記載の演算処理装置。
(Appendix 11)
further,
Including a parameter register that collectively sets parameter information used for the stream processing;
Each pipeline stage of the stream engine executes pipeline referring to parameter information from the parameter register.
The arithmetic processing apparatus according to
(付記12)
前記命令発行部が前記ストリームエンジンに発行する命令は、ステップ命令を分解して、前記ストリームエンジンの各パイプラインステージの操作を制御する短ビット長のマイクロ命令であり、
前記各パイプラインステージは、それぞれ対応する前記マイクロ命令に従って独立して処理を実行する、
ことを特徴とする付記2乃至付記7のいずれか1項に記載の演算処理装置。
(Appendix 12)
The instruction issued to the stream engine by the instruction issuing unit is a short bit-length microinstruction that controls the operation of each pipeline stage of the stream engine by disassembling a step instruction.
Each pipeline stage performs processing independently according to the corresponding microinstruction,
The arithmetic processing apparatus according to any one of
(付記13)
さらに、
前記メモリと前記読出回路の間に設けられた第1FIFOバッファを有し、
前記メモリはDMA制御され、前記メモリからデータを読み出す読出回路の処理を制御する第1マイクロ命令を停止することで、前記第1FIFOバッファを満状態として、前記ストリームエンジンのパイプライン処理を停止する、
ことを特徴とする付記12に記載の演算処理装置。
(Appendix 13)
further,
A first FIFO buffer provided between the memory and the readout circuit;
The memory is DMA-controlled, and the first microinstruction that controls the processing of the read circuit that reads data from the memory is stopped, thereby filling the first FIFO buffer and stopping the pipeline processing of the stream engine.
The arithmetic processing apparatus according to
(付記14)
さらに、
前記書込回路と前記メモリの間に設けられた第2FIFOバッファを有し、
前記メモリはDMA制御され、前記メモリへデータを書き込む書込回路の処理を制御する第2マイクロ命令を停止することで、前記第2FIFOバッファを空状態として、前記ストリームエンジンのパイプライン処理を停止する、
ことを特徴とする付記12に記載の演算処理装置。
(Appendix 14)
further,
A second FIFO buffer provided between the write circuit and the memory;
The memory is DMA-controlled, and by stopping the second microinstruction that controls the processing of the writing circuit that writes data to the memory, the second FIFO buffer is emptied, and the pipeline processing of the stream engine is stopped. ,
The arithmetic processing apparatus according to
(付記15)
前記演算器がVLIW命令により制御されるとき、
前記ストリームエンジンの各パイプラインステージの操作を制御するマイクロ命令をVLIW命令に埋め込む、
ことを特徴とする付記12乃至付記14のいずれか1項に記載の演算処理装置。
(Appendix 15)
When the arithmetic unit is controlled by a VLIW instruction,
Embed a micro instruction in the VLIW instruction that controls the operation of each pipeline stage of the stream engine.
The arithmetic processing device according to any one of
1 プロセッサ
2,200 ストリームエンジン
4,400 データメモリ
5,8 DMA
7,61,62 FIFOバッファ
10,110,310 レジスタ
11,101,301 命令読出部
12,102,302 命令解釈部
13,103,303 レジスタ読出部
14,104,304 命令発行部
15,105 演算器
16,106 メモリアクセス部
17,107 レジスタ書込部
18,108 命令メモリ
19,109 データメモリ
21 POP部
23 EXEC部
24,221,222,221a,221b,222a,222b,241〜243 レジスタ
25 PUSH部
41〜43 メモリ部
100 ベースプロセッサ
140 パラメータレジスタ
210 読出回路
230 実行回路
250 書込回路
300 コプロセッサ
1 processor 2,200 stream engine 4,400
7, 61, 62
Claims (4)
演算を実行する演算器と、
ストリーム処理を実行するストリームエンジンと、
前記演算器および前記ストリームエンジンに命令を発行する命令発行部と、を有し、
前記命令発行部が前記ストリームエンジンに発行する命令は、ステップ命令であり、
前記ストリームエンジンの各パイプラインステージは、1つのステップ命令に従ってそれぞれ1つの処理を実行する、
ことを特徴とする演算処理装置。 An arithmetic processing unit comprising:
An arithmetic unit for performing the operation;
A stream engine that performs stream processing;
An instruction issuing unit for issuing an instruction to the arithmetic unit and the stream engine,
The command issued by the command issuing unit to the stream engine is a step command,
Each pipeline stage of the stream engine executes one process according to one step instruction,
An arithmetic processing apparatus characterized by that.
ことを特徴とする請求項1に記載の演算処理装置。 The parameter information used for the stream processing is expressed by a single and long bit length set instruction.
The arithmetic processing apparatus according to claim 1.
ことを特徴とする請求項2に記載の演算処理装置。 The parameter information used for the stream processing includes the start address of each stream, the stream length, and the operation mode.
The arithmetic processing apparatus according to claim 2.
前記ストリーム処理に使用するパラメータ情報を一括してセットするパラメータレジスタを含み、
前記ストリームエンジンの各パイプラインステージは、前記パラメータレジスタからパラメータ情報を参照してパイプライン実行する、
ことを特徴とする請求項1に記載の演算処理装置。 further,
Including a parameter register that collectively sets parameter information used for the stream processing;
Each pipeline stage of the stream engine executes pipeline referring to parameter information from the parameter register.
The arithmetic processing apparatus according to claim 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017000742A JP6292324B2 (en) | 2017-01-05 | 2017-01-05 | Arithmetic processing unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017000742A JP6292324B2 (en) | 2017-01-05 | 2017-01-05 | Arithmetic processing unit |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013089479A Division JP6094356B2 (en) | 2013-04-22 | 2013-04-22 | Arithmetic processing unit |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017059273A true JP2017059273A (en) | 2017-03-23 |
JP6292324B2 JP6292324B2 (en) | 2018-03-14 |
Family
ID=58390658
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017000742A Active JP6292324B2 (en) | 2017-01-05 | 2017-01-05 | Arithmetic processing unit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6292324B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111104102A (en) * | 2019-11-20 | 2020-05-05 | 杭州端点网络科技有限公司 | Method for constructing multi-service scene automatic assembly line |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11510291A (en) * | 1995-10-06 | 1999-09-07 | アドバンスト・マイクロ・デバイシズ・インコーポレイテッド | Unified functional operations scheduler for OUT-OF-ORDER execution in a superscaler processor |
JP2000207202A (en) * | 1998-10-29 | 2000-07-28 | Pacific Design Kk | Controller and data processor |
JP2004515856A (en) * | 2000-12-07 | 2004-05-27 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Digital signal processor |
US20100325188A1 (en) * | 2009-06-19 | 2010-12-23 | Olson Christopher H | Processor and method for implementing instruction support for multiplication of large operands |
JP2011034189A (en) * | 2009-07-30 | 2011-02-17 | Renesas Electronics Corp | Stream processor and task management method thereof |
-
2017
- 2017-01-05 JP JP2017000742A patent/JP6292324B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11510291A (en) * | 1995-10-06 | 1999-09-07 | アドバンスト・マイクロ・デバイシズ・インコーポレイテッド | Unified functional operations scheduler for OUT-OF-ORDER execution in a superscaler processor |
JP2000207202A (en) * | 1998-10-29 | 2000-07-28 | Pacific Design Kk | Controller and data processor |
JP2004515856A (en) * | 2000-12-07 | 2004-05-27 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Digital signal processor |
US20100325188A1 (en) * | 2009-06-19 | 2010-12-23 | Olson Christopher H | Processor and method for implementing instruction support for multiplication of large operands |
JP2011034189A (en) * | 2009-07-30 | 2011-02-17 | Renesas Electronics Corp | Stream processor and task management method thereof |
Non-Patent Citations (1)
Title |
---|
細木浩二,外5名: "パイプライン接続型MIADアーキテクチャによる映像処理技術", 情報処理学会研究報告, vol. 第2007巻,第79号,(2007-ARC-174), JPN6018000944, 1 August 2007 (2007-08-01), JP, pages Pages:55-60 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111104102A (en) * | 2019-11-20 | 2020-05-05 | 杭州端点网络科技有限公司 | Method for constructing multi-service scene automatic assembly line |
Also Published As
Publication number | Publication date |
---|---|
JP6292324B2 (en) | 2018-03-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6124463B2 (en) | Inter-architecture compatibility module that allows code modules of one architecture to use library modules of the other architecture | |
EP3274816B1 (en) | User-level fork and join processors, methods, systems, and instructions | |
CN107766079B (en) | Processor and method for executing instructions on processor | |
US10778815B2 (en) | Methods and systems for parsing and executing instructions to retrieve data using autonomous memory | |
CN110427337B (en) | Processor core based on field programmable gate array and operation method thereof | |
JP5985526B2 (en) | Robust and high performance instructions for system calls | |
TWI515653B (en) | Instruction order enforcement pairs of instructions, processors, methods, and systems | |
JP6094356B2 (en) | Arithmetic processing unit | |
US20210089305A1 (en) | Instruction executing method and apparatus | |
KR102152735B1 (en) | Graphic processor and method of oprating the same | |
JP7507304B2 (en) | Clearing register data | |
JP6292324B2 (en) | Arithmetic processing unit | |
US20150293766A1 (en) | Processor and method | |
KR102213258B1 (en) | Control Method of Processing In Memory for efficient Instruction Processing and Processing Unit Employing The Same | |
WO2024029174A1 (en) | Processor for controlling pipeline processing based on jump instruction, and program storage medium | |
JPH01255036A (en) | Microprocessor | |
JP2006515446A (en) | Data processing system with Cartesian controller that cross-references related applications | |
JP2022546785A (en) | Reuse of adjacent SIMD units for rapid and extensive result generation | |
JP5993687B2 (en) | One chip processor | |
CN114115092A (en) | Heterogeneous dual-core PLC (programmable logic controller) cooperative execution method and device | |
CN114115997A (en) | Data transmission instruction implementation method and system facing processor | |
JPH0412860B2 (en) | ||
JPH02148328A (en) | System for prefetching operand data | |
JPH11272465A (en) | Pipeline computer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170105 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20171226 |
|
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: 20180116 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180129 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6292324 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |