JPH01100634A - Data processor - Google Patents

Data processor

Info

Publication number
JPH01100634A
JPH01100634A JP62258935A JP25893587A JPH01100634A JP H01100634 A JPH01100634 A JP H01100634A JP 62258935 A JP62258935 A JP 62258935A JP 25893587 A JP25893587 A JP 25893587A JP H01100634 A JPH01100634 A JP H01100634A
Authority
JP
Japan
Prior art keywords
sub
transfer
data
list
processing
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.)
Pending
Application number
JP62258935A
Other languages
Japanese (ja)
Inventor
Kazuo Okamura
和男 岡村
Yutaka Aoki
豊 青木
Masato Honma
本間 真人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP62258935A priority Critical patent/JPH01100634A/en
Publication of JPH01100634A publication Critical patent/JPH01100634A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To remarkably improve the transfer efficiency of list information by providing a main memory, a main and sub-arithmetic units and an information transfer control device, separating the assignment of a transfer destination sub-arithmetic unit and an information transfer by a transfer device and executing them in parallel by a pipe line processing. CONSTITUTION:The list information processing of a main memory 1 is transferred to a processing part 4 in a main arithmetic unit 8 and sub-arithmetic units 12, the identification information of the list information is transferred to registers 2 of the list information processing part 4, at the same time, the elements of the list information are separately transferred by a transfer device 13 to element registers 9 of the sub-arithmetic unit assigned by a transfer control device 15 for the elements and the registers 2 of the main arithmetic unit 8 correspond to each of the register 9 of the sub-arithmetic units 12. Assignment start signals are inputted in parallel from the sub-arithmetic units 12 to respective parallel look ahead circuits in an assignment circuit 14, the least significant assignable sub-arithmetic unit is detected and in accordance with the result, the transfer device control circuit 15 transmits a transfer start to the sub-arithmetic units 12 and instructs the transfer device 13 on an elements transfer. When the pipe line processing by the transfer control device 16 and the transfer device 13 is executed, the transfer efficiency of the list information is remarkably improved.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は主に人工知能分野へ使用することを目的とした
データ処理装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a data processing device mainly intended for use in the field of artificial intelligence.

従来の技術 近年、コンピュータ応用の一つとして人工知能分野が盛
んに研究されている。この分野においては構造を持った
データを処理する必要があり、そのため構造データを取
り扱うことのできる言語であるLISPが広く使用され
ている。従来の計算機上での構造データの表現法は、要
素の順序関係と結合の方法をポインタで表現したもの(
以下リストと呼ぶ)を採用している。この方法では全て
のリスト操作にポインタを逐次たどって0夕操作を伴う
ため、人工知能分野の応用プログラムに頻繁に現れる、
パターンマツチングおよび任意要素へのアクセス等に関
し、米質的に効率が悪い。一般に、2進木リストは始点
のノードから始まって順次左右に分岐して行き葉のノー
ドでそれぞれの分岐が終了する形をとる。葉のノードに
はアトムノードとNILノードの2種類がある。葉のノ
ードでないノードは分岐が続行している事を示すリスト
ノードである。このリストノードは葉のノードの位置を
間接的にあられすためのものである。ポインタ表現では
この構造表現をそのままの形で全てのノードをアドレス
で接続したセルで表現している。
BACKGROUND OF THE INVENTION In recent years, the field of artificial intelligence has been actively researched as one of computer applications. In this field, it is necessary to process structured data, and therefore LISP, a language that can handle structured data, is widely used. The conventional method of representing structural data on a computer is to express the order relationship and connection method of elements using pointers (
(hereinafter referred to as the list). This method frequently appears in application programs in the field of artificial intelligence because all list operations involve sequentially following the pointer and performing zero operations.
It is qualitatively inefficient in terms of pattern matching and access to arbitrary elements. In general, a binary tree list starts from a starting node, branches sequentially to the left and right, and each branch ends at a leaf node. There are two types of leaf nodes: atom nodes and NIL nodes. Nodes that are not leaf nodes are list nodes that indicate that the branch is continuing. This list node is used to indirectly indicate the position of the leaf node. In the pointer representation, this structural representation is expressed as is by cells in which all nodes are connected by addresses.

この結果、各要素へのアクセスには常にアドレスの間接
参照の繰り返しが必要となっている。この欠点を克服す
るためにリストデータの表現法を変える次のような方法
が提案されている。葉のノードの位置を直接的にあられ
すことができれば、リストノードの情報を持つ必要はな
い。したがって、葉の位置情報と葉自身の情報を順次並
べた表で、等価なリストデータを表現することができる
。葉のノード位置を表現する方法としてCDR方向に順
次番号を付け、CAR方向に順次項目を割り当てた一次
元ベクトル表現が提案されている。第3図にリストデー
タの表現例を示す。これは3式で表記した場合(A (
B (C) )D)となるリストデータの図式表現第3
図(al、および、表形弐表現第3図(b)を示したも
のである。図式表現において丸印はリストノードを表し
、四角で囲ったものは葉のノードを示している。また各
ノードの上に付記した数字列は上記した方法に従ってあ
られしたノード位置を示すものである。この葉の部分を
抜きだして表の形で表現したものが表形式表現第3図(
blであって、ADDRESS部にノード位置ベクトル
が、VALUE部に葉の要素が入った表で構成されてい
る。このような表現形式をとることにより、リストデー
タをポインタをたぐることなく各要素に対し並列に処理
することが可能になり、前述のパターンマツチング等の
リスト操作を高速に行うことができる。
As a result, access to each element always requires repeated indirect references to the address. In order to overcome this drawback, the following method has been proposed to change the method of expressing list data. If you can directly determine the position of a leaf node, there is no need to have list node information. Therefore, equivalent list data can be expressed by a table in which leaf position information and leaf information are sequentially arranged. A one-dimensional vector representation has been proposed as a method for expressing leaf node positions, in which numbers are sequentially assigned in the CDR direction and items are sequentially assigned in the CAR direction. FIG. 3 shows an example of list data representation. This can be expressed as 3 equations (A (
B (C) ) D) Diagrammatic representation of list data 3rd
Figure (al) and Table 2 (Figure 3(b)) are shown. In the diagrammatic representation, circles represent list nodes, and squares indicate leaf nodes. The number string added above the node indicates the position of the node created according to the method described above.The leaf part extracted and expressed in the form of a table is shown in the tabular representation in Figure 3 (
bl is composed of a table in which the ADDRESS section contains node position vectors and the VALUE section contains leaf elements. By adopting such an expression format, it becomes possible to process list data in parallel for each element without passing through pointers, and list operations such as the above-mentioned pattern matching can be performed at high speed.

以下図面を参照しながら、この表表現に基づいた従来の
データ処理装置の一例について説明する。
An example of a conventional data processing device based on this tabular representation will be described below with reference to the drawings.

第4図は従来の処理装置を示すものである。第4図にお
いて、1は表形式のりストデータを記憶すル主メモリ装
置、2は主演算装置、3はリストデータの各要素を処理
する要素演算手段、4はリストデータの各要素を記憶す
る副メモリ装置、5は前記副演算装置3と副メモリ装置
4とからなる副演算装置、6は複数の副演算装置3から
なるリストデータ処理装置、7は前記主メモリ装置1か
ら前記リストデータ処理装置6中の各副演算装置5へ表
形式データの各要素を順次割り当てる転送装置である。
FIG. 4 shows a conventional processing device. In FIG. 4, 1 is a main memory device for storing tabular list data, 2 is a main processing unit, 3 is element calculation means for processing each element of list data, and 4 is for storing each element of list data. a sub-memory device; 5, a sub-processing device comprising the sub-processing device 3 and the sub-memory device 4; 6, a list data processing device comprising a plurality of sub-processing devices 3; 7, processing the list data from the main memory device 1; This is a transfer device that sequentially allocates each element of tabular data to each sub-processing device 5 in the device 6.

以上のように構成されたデータ処理装置について、以下
その動作を説明する。まず、通常の数値データ、および
文字データなどは主演算装置のみによって処理される。
The operation of the data processing apparatus configured as described above will be described below. First, normal numerical data, character data, etc. are processed only by the main processing unit.

リストデータは主メモリ装置1から各要素別に転送装置
7によって副演算装置5に転送される。このとき、転送
装置7はリストデータ処理装置6内の各副演算装置5に
順次問い合わせを行ない空いている副演算装置を探し、
その副演算装置に対し転送を行う。転送終了後、リスト
データは各副演算装置によって並列に処理される。この
ように本発明は上記した構成によって、表形式のリスト
データを処理する複数個の副演算装置毎に固有のメモリ
を持つことにより、各副演算装置に対しメモリ装置から
の転送が一度行われた後は、その情報は各副演算装置に
記憶され以後の処理に使用することができる。この結果
処理の度にデータを転送することを避けることができる
ため、全体のデータ転送量を減らすことができる。
The list data is transferred from the main memory device 1 to the sub-processing device 5 by the transfer device 7 for each element. At this time, the transfer device 7 sequentially queries each sub-processing device 5 in the list data processing device 6 to find a vacant sub-processing device,
Transfer is performed to that sub-processing unit. After the transfer is completed, the list data is processed in parallel by each sub-processing unit. In this way, the present invention has the above-described configuration, and by having a unique memory for each of the plurality of sub-processing units that process list data in tabular format, the transfer from the memory device is performed once for each sub-processing unit. After that, the information is stored in each sub-processing unit and can be used for subsequent processing. As a result, it is possible to avoid transferring data every time processing is performed, so the overall amount of data transferred can be reduced.

発明が解決しようとする問題点 しかしながら上記のような構成では、メモリ装置からリ
ストデータ処理装置内の各副演算装置へのデータ転送の
際に、転送装置から各副演算装置に順次問い合わせを行
っているため未使用の副演算装置を見つけ出すのに時間
がかかり、かつ転送作業が逐次処理となるため、リスト
データの転送の効率が悪いという問題点を有していた。
Problems to be Solved by the Invention However, in the above configuration, when data is transferred from the memory device to each sub-processing device in the list data processing device, the transfer device sequentially queries each sub-processing device. Because of this, it takes time to find an unused sub-processing unit, and since the transfer operation is sequential processing, there is a problem in that the efficiency of list data transfer is low.

問題点を解決するための手段 上記問題点を解決するために本発明のデータ処理装置は
、リストデータの各ノードの位置をベクトルで表現した
表形式のデータとして記憶する主メモリ装置と、前記表
形式のリストデータの識別情報を記憶する複数のリスト
レジスタとリスト演算手段からなるリストデータ処理部
および複数個のレジスタと演算手段からなる非リストデ
ータ処理部からなる主演算装置と、前記表形式のリスト
データの各要素を記憶する複数の要素レジスタと要素演
算手段と副メモリ装置を持ち前記の主演算装置の制御の
もとにリストデータの各要素を並列に処理する複数個の
副演算装置と、データ転送に際し前記副演算装置の割り
当てを行い転送装置の制御を行う転送制御装置と、前記
転送制御装置によって割り当てられた各副演算装置に対
し前記主メモリ装置に蓄えられた表形式データの要素を
転送する転送装置とを、備えたものである。
Means for Solving the Problems In order to solve the above problems, the data processing device of the present invention includes a main memory device that stores the position of each node of list data as tabular data expressed as a vector, and a main processing unit consisting of a list data processing section consisting of a plurality of list registers for storing identification information of list data in the table format and a list operation means; and a non-list data processing section consisting of a plurality of registers and arithmetic means; a plurality of sub-processing units that have a plurality of element registers for storing each element of the list data, an element calculation means, and a sub-memory device, and process each element of the list data in parallel under the control of the main processing unit; , a transfer control device that allocates the sub-processing device and controls the transfer device during data transfer; and elements of tabular data stored in the main memory device for each sub-processing device allocated by the transfer control device. The device is equipped with a transfer device that transfers the information.

作用 本発明は上記した構成によって、転送先副演算装置の割
り当てと転送装置によるデータ転送を分離してパイプラ
イン処理により並列に行うことによって転送効率を著し
く改善できる。
Effect of the Invention With the above-described configuration, the present invention can significantly improve transfer efficiency by separating assignment of a transfer destination sub-processing unit and data transfer by a transfer device and performing parallel processing using pipeline processing.

実施例 以下本発明の一実施例のデータ処理装置について、図面
を参照しながら説明する。第1図は本発明の実施例にお
けるデータ処理装置の構成を示すものである。第1図に
おいて、1は主メモリ装置、2はリストレジスタ、3は
リスト演算手段であり、リストデータ処理部4は複数の
リストレジスタとリスト演算手段の総称である。5はレ
ジスタ、6は演算手段であり、アトムデータ処理部7は
複数のレジスタと演算手段の総称である。さらに主演算
装置8はリストデータ処理部およびアトムデータ処理部
の総称である。9は要素レジスタ、10は要素演算手段
、11は副メモリ装置である。副演算装置12は要素レ
ジスタ、要素演算手段、および副メモリ装置の総称であ
る。13は転送装置である。
Embodiment Hereinafter, a data processing apparatus according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows the configuration of a data processing device in an embodiment of the present invention. In FIG. 1, 1 is a main memory device, 2 is a list register, and 3 is a list calculation means, and the list data processing section 4 is a general term for a plurality of list registers and list calculation means. 5 is a register, 6 is a calculation means, and the atom data processing section 7 is a general term for a plurality of registers and calculation means. Furthermore, the main processing unit 8 is a general term for the list data processing section and the atom data processing section. 9 is an element register, 10 is an element calculation means, and 11 is a sub memory device. The sub-processing device 12 is a general term for element registers, element calculation means, and sub-memory device. 13 is a transfer device.

14は副演算装置割り当て回路であり、15は転送装置
制御回路である。16は副演算装置割り当て回路14と
、転送装置制御回路15よりなる転送制御装置である。
14 is a sub-processing device allocation circuit, and 15 is a transfer device control circuit. Reference numeral 16 denotes a transfer control device consisting of a sub-processing device allocation circuit 14 and a transfer device control circuit 15.

第2図は副演算装置割り当て回路のブロック図である。FIG. 2 is a block diagram of the sub-processing unit allocation circuit.

21は並列ルックアヘッド回路であり、複数個の入力端
子22、入力端子22と同数の出力端子23、割り当て
開始信号入力端子24、割り当て開始信号出力端子25
および出力端子23の内容を保持するためのラッチ26
を有する。副演算装置割り当て回路は割り当て開始信号
の入力端子24および出力端子25を用いて複数の並列
ルックアヘッド回路を直列に接続したものであり、各並
列ルックアヘッド回路21の入力端子24及びラッチ2
6の出力端子金てが、副演算装置割り当て回路のそれぞ
れ入力端子および出力端子となっている。以上のように
構成されたデータ処理装置につき、以下第一図および第
二図を用いて説明する。まず、リストデータの各要素の
VALUE部にはアトムデータへのリファレンスが格納
される。それらの実際の値である数値や文字のデータの
処理は、アトムデータ処理部7中のレジス“り5および
演算手段6を用いて行われる。これらのアトムデータは
主記憶中に格納される。次にリストデータの処理は、主
演算装置8内のリストデータ処理部4と副演算装置12
によって行われる。リストデータ処理部のひとつのリス
トレジスタ2に対し、各副演算装置内の要素レジスタ9
のひとつが対応する。すなわち、リストレジスタ内にリ
ストデータの識別情報が格納され、対応する複数の要素
レジスタ内にリストデータの各要素がそれぞれ格納され
、全体で一つのリストデータを表現している。前記リス
トレジスタに演算が施されると、対応する要素レジスタ
に対し必要な演算が同時に施される。主メモリ装置1に
蓄えられたリストデータが処理される場合は主演算装置
および副演算装置へのデータ転送が行われた後、並列に
処理が行われる。−度転送された各要素のデータは各副
演算装置の管理に置かれ、各副演算装置の副メモリ装置
12に蓄えられ、主メモリ装置と副演算装置間の不要な
データ転送は行われない。副演算装置へのデータ転送は
次のように行われる。主メモリ装置1に蓄えられたリス
トデータのうち、リストデータの識別情報が主演算装置
内のリストデータ処理部内のリストレジスタに転送され
、それと同時にリストデータの各要素が転送装置13に
より、転送制御装置15により各要素毎に割り当てられ
た副演算装置の要素レジスタに対し、別々に転送される
。この割り当て操作は以下のように行われる。まず、各
副演算装置から出力された割り当て可能あるいは不可能
を示す信号が副演算装置割り当て回路中の各並列ルック
アヘッド回路の複数の入力端子へ並列に入力される。こ
の並列ルックアヘッド回路は複数の入力のうち最も下位
のH入力に対応する出力端子のみをHとする回路である
。この回路の出力はHレベルの時に対応する副演算装置
が割り当て可能であることを示す割り当て信号である。
21 is a parallel look-ahead circuit, which includes a plurality of input terminals 22, the same number of output terminals 23 as the input terminals 22, an allocation start signal input terminal 24, and an allocation start signal output terminal 25.
and a latch 26 for holding the contents of the output terminal 23.
has. The sub processing unit allocation circuit is a plurality of parallel lookahead circuits connected in series using the input terminal 24 and output terminal 25 of the allocation start signal, and the input terminal 24 of each parallel lookahead circuit 21 and the latch 2
The output terminals 6 serve as input terminals and output terminals of the sub-processing unit allocation circuit, respectively. The data processing device configured as above will be explained below with reference to FIGS. 1 and 2. First, a reference to atom data is stored in the VALUE section of each element of list data. Processing of numerical and character data, which are their actual values, is performed using the register 5 and calculation means 6 in the atom data processing section 7. These atom data are stored in the main memory. Next, list data processing is carried out by the list data processing unit 4 in the main processing unit 8 and the sub processing unit 12.
carried out by. Element register 9 in each sub-processing unit for one list register 2 of the list data processing unit
One of them corresponds. That is, identification information of list data is stored in a list register, and each element of list data is stored in a plurality of corresponding element registers, representing one list data as a whole. When an operation is performed on the list register, necessary operations are simultaneously performed on the corresponding element register. When the list data stored in the main memory device 1 is processed, the data is transferred to the main processing unit and the sub processing unit, and then the processing is performed in parallel. - Data of each element transferred once is placed under the management of each sub-processing unit and stored in the sub-memory device 12 of each sub-processing unit, and unnecessary data transfer between the main memory device and the sub-processing unit is not performed. . Data transfer to the sub-processing unit is performed as follows. Among the list data stored in the main memory device 1, the identification information of the list data is transferred to the list register in the list data processing section in the main processing unit, and at the same time, each element of the list data is transferred by the transfer device 13 under transfer control. The data is transferred separately to the element register of the sub-processing unit assigned to each element by the device 15. This assignment operation is performed as follows. First, signals indicating whether allocation is possible or not output from each sub-processing unit are input in parallel to a plurality of input terminals of each parallel look-ahead circuit in the sub-processing unit allocation circuit. This parallel look-ahead circuit is a circuit in which only the output terminal corresponding to the lowest H input among a plurality of inputs is set to H. The output of this circuit is an assignment signal indicating that the corresponding sub-processing unit can be assigned when it is at H level.

各並列ルックアヘッド回路は下位の並列ルックアヘッド
回路からの割り当て開始信号がHレベルの時のみ、自分
への入力から割り当て信号を生成し、割り当て信号の論
理和を上位への割り当て開始信号出力とする。下位から
の割り当て開始信号がLのときは上位への割り当て開始
信号出力を含む全ての出力をLとする。
Each parallel lookahead circuit generates an allocation signal from its own input only when the allocation start signal from the lower parallel lookahead circuit is at H level, and outputs the logical sum of the allocation signals as the allocation start signal to the upper level. . When the allocation start signal from the lower level is L, all outputs including the allocation start signal output to the higher level are set to L.

最も下位の並列ルックアヘッド回路の割り当て開始信号
入力にHを入力すると割り当てが開始される。この結果
副演算装置割り当て回路の高々1個の出力端子がHとな
り、割り当て可能な最も下位の副演算装置が検出される
。その結果に従って転送制御回路は副演算装置に転送開
始を伝え、転送装置に要素データの転送を指示する。次
の割り当て操作と現在の転送動作は独立しているため、
転送すべき次の要素データが存在する時には、現在の転
送装置の完了を待たずに次の割り当てを決定することが
できる。このように転送制御装置と転送装置によるパイ
プライン処理を行えば、割り当て操作に要する時間は転
送に要する時間に比べ小さいので、多数の要素データを
転送する際には割り当て操作に要する時間を見掛は上O
とすることができる。以上のように本実施例によればデ
ータの転送に要する時間を最小に抑えることが可能とな
る。
Allocation is started when H is input to the allocation start signal input of the lowest parallel lookahead circuit. As a result, at most one output terminal of the sub-processing unit allocation circuit becomes H, and the lowest assignable sub-processing unit is detected. According to the result, the transfer control circuit notifies the sub-processing unit of the start of transfer and instructs the transfer device to transfer the element data. The next allocation operation and the current transfer operation are independent, so
When there is next element data to be transferred, the next allocation can be determined without waiting for the completion of the current transfer device. If pipeline processing is performed by the transfer control device and the transfer device in this way, the time required for the allocation operation is smaller than the time required for the transfer, so when transferring a large number of element data, the time required for the allocation operation can be reduced.は上O
It can be done. As described above, according to this embodiment, it is possible to minimize the time required for data transfer.

発明の効果 以上のように本発明は、リストデータの各ノードの位置
をベクトルで表現した表形式のデータとして記憶する主
メモリ装置と、前記表形式のリストデータの識別情報を
記憶する複数のリストレジスタとリスト演算手段からな
るリストデータ処理部および複数個のレジスタと演算手
段からなる非リストデータ処理部からなる主演算装置と
、前記表形式のリストデータの各要素を記憶する複数の
要素レジスタと要素演算手段と副メモリ装置を持ち前記
の主演算装置の制御のもとにリストデータの各要素を並
列に処理する複数個の副演算装置と、データ転送に際し
前記副演算装置の割り当てを行い転送装置の制御を行う
転送制御装置と、前記転送制御装置によって割り当てら
れた各副演算装置に対し前記主メモリ装置に蓄えられた
表形式データの要素を転送する転送装置とを備え、表形
式のリストデータの並列処理においてデータ転送に要す
る時間を最小に抑えることのできるデータ処理装置を提
供するものである。
Effects of the Invention As described above, the present invention provides a main memory device that stores the position of each node of list data as tabular data expressed as a vector, and a plurality of lists that stores identification information of the tabular list data. a main processing unit consisting of a list data processing unit including a register and a list calculation means, a non-list data processing unit including a plurality of registers and a calculation means, and a plurality of element registers for storing each element of the list data in the table format; a plurality of sub-processing units that have element calculation means and a sub-memory device and process each element of list data in parallel under the control of the main processing unit; and a plurality of sub-processing units that allocate and transfer the sub-processing units when transferring data. A transfer control device that controls a device, and a transfer device that transfers elements of tabular data stored in the main memory device to each sub-processing device assigned by the transfer control device, and a list of tabular data. The present invention provides a data processing device that can minimize the time required for data transfer in parallel data processing.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例におけるデータ処理装置のブ
ロック図、第2図は副演算装置割り当て回路のブロック
図、第3図(a) (b)はリストデータの表形式表現
の一例を示す説明図、第4図は従来のデータ処理装置の
ブロック図である。 1・・・・・・主メモリ装置、2・・・・・・リストレ
ジスタ、3・・・・・・リスト演算手段、4・・・・・
・リストデータ処理部、5・・・・・・レジスタ、6・
・・・・・演算手段、7・・・・・・アトムデータ処理
部、8・・・・・・主演算装置、9・・・・・・要素レ
ジスタ、10・・・・・・要素演算手段、11・・・・
・・副メモリ装置、12・・・・・・副演算装置、13
・・・・・・転送装置、14・・・・・・副演算装置割
り当て回路、15・・・・・・転送装置制御回路、16
・・・・・・転送制御装置。
FIG. 1 is a block diagram of a data processing device according to an embodiment of the present invention, FIG. 2 is a block diagram of a sub-processing unit allocation circuit, and FIGS. 3(a) and 3(b) are examples of tabular representations of list data. The explanatory diagram shown in FIG. 4 is a block diagram of a conventional data processing device. 1...Main memory device, 2...List register, 3...List calculation means, 4...
・List data processing unit, 5...Register, 6.
...Arithmetic means, 7...Atom data processing unit, 8...Main arithmetic unit, 9...Element register, 10...Element operation Means, 11...
...Sub-memory device, 12...Sub-processing device, 13
...Transfer device, 14...Sub-processing device allocation circuit, 15...Transfer device control circuit, 16
・・・・・・Transfer control device.

Claims (1)

【特許請求の範囲】[Claims] リストデータの各ノードの位置をベクトルで表現した表
形式のデータとして記憶する主メモリ装置と、前記表形
式のリストデータの識別情報を記憶する複数のリストレ
ジスタとリスト演算手段からなるリストデータ処理部お
よび複数個のレジスタと演算手段からなる非リストデー
タ処理部からなる主演算装置と、前記表形式のリストデ
ータの各要素を記憶する複数の要素レジスタと要素演算
手段と副メモリ装置を持ち前記の主演算装置の制御のも
とにリストデータの各要素を並列に処理する複数個の副
演算装置と、データ転送に際し前記副演算装置の割り当
てを行い転送装置の制御を行う転送制御装置と、前記転
送制御装置によって割り当てられた各副演算装置に対し
前記主メモリ装置に蓄えられた表形式データの要素を転
送する転送装置とを備えたことを特徴とするデータ処理
装置。
A list data processing unit comprising a main memory device that stores the position of each node of list data as tabular data expressed as a vector, a plurality of list registers that store identification information of the tabular list data, and list calculation means. and a main arithmetic unit comprising a non-list data processing section comprising a plurality of registers and arithmetic means, a plurality of element registers for storing each element of the tabular list data, an element arithmetic means, and an auxiliary memory device. a plurality of sub-processing devices that process each element of list data in parallel under the control of the main processing device; a transfer control device that allocates the sub-processing devices during data transfer and controls the transfer device; A data processing device comprising: a transfer device that transfers elements of tabular data stored in the main memory device to each sub-processing device assigned by a transfer control device.
JP62258935A 1987-10-14 1987-10-14 Data processor Pending JPH01100634A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62258935A JPH01100634A (en) 1987-10-14 1987-10-14 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62258935A JPH01100634A (en) 1987-10-14 1987-10-14 Data processor

Publications (1)

Publication Number Publication Date
JPH01100634A true JPH01100634A (en) 1989-04-18

Family

ID=17327088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62258935A Pending JPH01100634A (en) 1987-10-14 1987-10-14 Data processor

Country Status (1)

Country Link
JP (1) JPH01100634A (en)

Similar Documents

Publication Publication Date Title
US4954945A (en) Processor-selection system
JPS6027964A (en) Memory access control circuit
US3771142A (en) Digital data storage system
EP0284364A2 (en) High speed computer system
EP0077619B1 (en) Data-packet driven digital computer
EP0164995B1 (en) Parallel register transfer mechanism for a reduction processor evaluating programs stored as binary directed graphs employing variable-free applicative language codes
JP2617974B2 (en) Data processing device
JPH0724013B2 (en) Vector processor
Sowa et al. A data flow computer architecture with program and token memories
JPH01100634A (en) Data processor
AU4966690A (en) Rule optimization in signed processing
US3383661A (en) Arrangement for generating permutations
GB2107497A (en) Digital computers
JP2606305B2 (en) Data processing device
JP2522406B2 (en) Fully integrated network parallel processing method and device
JPH03204744A (en) Address converting mechanism
JPH01297730A (en) Binomial data memory
JPS63219037A (en) Data processor
JPS63292331A (en) Data processor
JPS63311403A (en) Processing system for input/output signal of pc
JPS58146947A (en) Logical simulator
JPS63196903A (en) Programmable controller
JPH0414133A (en) Arithmetic unit
JPH05324584A (en) Allocating method for hypercube
JPS63163563A (en) Data processor