JPS62235660A - Blocking addressing device for multidimensional arrangement - Google Patents

Blocking addressing device for multidimensional arrangement

Info

Publication number
JPS62235660A
JPS62235660A JP61078656A JP7865686A JPS62235660A JP S62235660 A JPS62235660 A JP S62235660A JP 61078656 A JP61078656 A JP 61078656A JP 7865686 A JP7865686 A JP 7865686A JP S62235660 A JPS62235660 A JP S62235660A
Authority
JP
Japan
Prior art keywords
register
subscript
block address
array
dimensional
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
Application number
JP61078656A
Other languages
Japanese (ja)
Other versions
JPH0559454B2 (en
Inventor
Naoki Nishi
直樹 西
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP61078656A priority Critical patent/JPS62235660A/en
Publication of JPS62235660A publication Critical patent/JPS62235660A/en
Publication of JPH0559454B2 publication Critical patent/JPH0559454B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)
  • Memory System (AREA)

Abstract

PURPOSE:To realize the blocking mapping to a one-dimensional storage space of a multidimensional arrangement by generating a block address, and an in- block address from the sum of products of a subscript value of each dimension and a subscript size of each dimension, and from its subscript value, respectively. CONSTITUTION:In case of referring to an array element A (i, j), subscript values (i), (j) of each dimension are held in registers 11, 12, respectively, and a value which raised fractions of the quotient obtained by dividing a subscript size of the subscript (i) by 2N is held in a register 13. Also, the lower N bits of the registers 11, 12 are sent as they are to an output register 16, as in-block address generating bits of a one-dimensional storage space. On the other hand, the upper bits of the registers 11, 12 are sent to a multiplier 14 and a full adder 15 in order to generate a block address and calculated with a value of the input register 13, and an output of the full adder 15 is sent to an output register 13, and an output of the full adder 15 is sent to an output register 16 as a block address of the one-dimensional storage space.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、多次元配列のブロック化アドレッシング装漿
に関し、特にベーシング方式により仮想化された階層記
憶システムを備える計算機システ、。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a blocking addressing system for multidimensional arrays, and in particular to a computer system equipped with a hierarchical storage system virtualized by a basing method.

ムにおける多次元配列データの写像法、及び参照法に関
する。
This paper relates to mapping methods and referencing methods for multidimensional array data in systems.

〔従来の技術〕[Conventional technology]

従来のこの種の多次元配列のブロック化アドレッシング
装置は多次元配列の一次元記憶への写像法及び参照法と
して比較的単純な算出法で一次元アドレスに変換できる
ため、多くのプログラミング言語で採用されている。配
列の添字から一次元アドレスの算出は1通常の計算機が
備えている加減算器1乗算器を用いて計算される。
This type of conventional blocking addressing device for multidimensional arrays is used in many programming languages because it can be used to map and reference multidimensional arrays to one-dimensional storage and convert them into one-dimensional addresses using relatively simple calculation methods. has been done. A one-dimensional address is calculated from an array subscript using an adder/subtractor and a multiplier that are included in a normal computer.

配列要素A(It、Ix+111w+)への参照法とし
ては次に示す計算式により得られる。
A reference method to array element A (It, Ix+111w+) can be obtained using the following calculation formula.

(4Ix+ld重IX(tm−I *+ld 11X(
* *・lawt−tX(tm−Is+)”’)))X
8+bなお、配列の宣言をa(dl、d、a**、d、
)::sとする(n>=1)。aは配列基、d1−d1
1は寸法宣言子であり1寸法宣言子dtはt(:h(の
ペアで記述される。tlは下限値を、 hiは上限値を
示す。
(4Ix+ld heavy IX(tm-I *+ld 11X(
* *・lawt-tX(tm-Is+)"')))X
8+b Note that the array declaration is a(dl, d, a**, d,
)::s (n>=1). a is a sequence group, d1-d1
1 is a dimension declarator, and 1 dimension declarator dt is written as a pair of t(:h(). tl indicates the lower limit value, and hi indicates the upper limit value.

ld+ lを寸法宣言子d、の寸法と呼び*  hI−
4”lに等しい。配列要素が占める記憶単位は3バイト
とする。さらにプログラミング言語上で宣言された配列
に対して言語処理系(コンパイラ、インタプリタ等)が
決定する、配列データ記憶領域の起点アドレス’Ibと
する。bは、配列要素a(ts+tx、・・・、t、〕
を指すアドレスと等価である。
ld+ l is the dimension of the dimension declarator d* hI−
4"l. The storage unit occupied by an array element is 3 bytes. Furthermore, the starting address of the array data storage area is determined by the language processing system (compiler, interpreter, etc.) for the array declared in the programming language. 'Ib.b is array element a(ts+tx,...,t,]
is equivalent to an address pointing to .

たとえば二次元配列における多次元配列の写像法は第3
図(a)に示すように縦割り的で、配列要素A(1:4
.1:4)の場合に、A(i、j)に対する参照は計算
式(i−1+3X(j−1) )Xs + bにより求
められる。これによりs−次元空間上での配列要素の並
びは第3図(b)のようになる。
For example, the mapping method for multidimensional arrays in two-dimensional arrays is the third
As shown in figure (a), the array element A (1:4
.. 1:4), the reference to A(i,j) is determined by the calculation formula (i-1+3X(j-1))Xs+b. As a result, the arrangement of array elements on the s-dimensional space becomes as shown in FIG. 3(b).

配列データを用いてプログラミングを行なう場合の典型
的な配列要素への参照バター7は、A(i。
When programming with array data, a typical reference butter 7 to an array element is A(i.

j)に対してiやjを変化させて参照するループを構成
する場合であるが、第3図(b)かられかるように、添
字it−+1もしくは−1ずらして配列Aに参照するこ
とは一次元記憶上では連続し九記憶領域への参照になる
のに対して、添字jを+1もしくは−1ずらして配列A
に参照することは、−次元記憶上では不連続な記憶領域
への参照となる。
When constructing a loop that refers to j) by changing i or j, as shown in Figure 3(b), refer to array A by shifting the subscript it by +1 or -1. is a reference to nine consecutive storage areas in one-dimensional storage, but the subscript j is shifted by +1 or -1 and the array A
Referring to a non-contiguous storage area is a reference to a discontinuous storage area on -dimensional storage.

また第3図(b)において、配列要素A(1:4゜l:
4)がベージング方式による仮想配憶空間上に展開され
ている様子を示すと、ページ・サイズは配列Aの要素4
個分に等しい。計算機の処理装置がある時間間隔τ中に
配列要素4個を参照したとする。この参照がA(i、 
1)i=i 、4であ°るならばこの間に参照される記
憶ページは1ページであるが、この参照がA(1,j)
j=x、4であるならばこの間に参照される記憶ページ
は4・ページKIfる。明かに後者の参照は局所性に欠
さ。
In addition, in FIG. 3(b), array element A (1:4゜l:
4) is expanded on the virtual storage space using the paging method, the page size is element 4 of array A.
Equal to one piece. Assume that the processing unit of the computer references four array elements during a certain time interval τ. This reference is A(i,
1) If i=i, 4, the memory page referenced during this time is 1 page, but this reference is A(1,j)
If j=x, 4, the storage page referenced during this time is 4.page KIf. Obviously, the latter reference lacks locality.

主記憶に配列A全体が入りきらない場合、主記憶〜二次
記憶装置間で転送されるページ数が増大する。平均的に
みても必要となる主記憶ページ数は2.5であり、A(
1,j)j≠1.4のような参照によって必要となる主
記憶ページ数は増大する。
If the entire array A cannot fit into the main memory, the number of pages transferred between the main memory and the secondary storage increases. On average, the number of main memory pages required is 2.5, and A(
1,j) The number of required main memory pages increases due to references such as j≠1.4.

このような現象によるプログラムの実行時間増大。This phenomenon increases program execution time.

性能低下は、大規模な配列を用いる科学技術計算プログ
ラムにしばしばあられれ、ワーキング・セット異常の一
つとされている。この現象を避けるためには、従来プロ
グラムのコーディング法やアルゴリズムの設計段階にお
いて記憶参照の局所性が保たれるように注意深く設計を
すすめる方法が一般的であり、プログラム作成を困難な
ものKしている。
Performance degradation often occurs in scientific computing programs that use large-scale arrays, and is considered to be one of the working set abnormalities. In order to avoid this phenomenon, it is common practice to carefully design programs so that the locality of memory references is maintained during the program coding method and algorithm design stage. There is.

そこで、比較的どのような参照パターンに対しても記憶
参照の局所性の高−写像法が必要となる。
Therefore, a high-locality mapping method of memory reference is required for relatively any reference pattern.

これに関しては、サブマトリックス法もしくはブロック
化法と呼ばれる方式がある。ブロック化法により多次元
配列を一次元記憶空間に写像する例として、二次元配列
を一次元化する方式では元の二次元配列の部分配列を一
つのブロックとして扱い、ブロックに関する写像と、ブ
ロック内の写像とを独立に行なう。配列要素A(1:4
,1:4)を部分配列2×2で写像した場合の一次元記
憶空間上での様子は第2図(b)に示すようにページ・
サイズが配列Aの要素4個分に等しい場合を示している
。計算機の処理装置がある時間間隔τ中に配列要素4個
を参照したとする。この参照がA(t。
Regarding this, there is a method called a submatrix method or a blocking method. As an example of mapping a multidimensional array to a one-dimensional storage space using the blocking method, in the method of converting a two-dimensional array to one-dimensional array, a partial array of the original two-dimensional array is treated as one block, and mapping related to the block and The mapping is performed independently. Array element A (1:4
.
A case where the size is equal to four elements of array A is shown. Assume that the processing unit of the computer references four array elements during a certain time interval τ. This reference is A(t.

1)i=1,4であるならばこの間に参照される記憶ペ
ージは2ページであり、この参照がA(1゜j)j=1
,4である場合もこの間に参照される記憶ページは2ペ
ージである。前者の写像法と比べるとAC1h 1 )
 1−1 、4の場合の必要主記憶ページ数が1から2
に増加したかわりに、A(1、j)j−1,4の場合の
必要主記憶ページ数が4から2に減少している。平均的
には2ページの主記憶ページが必要であり、前者の写像
法よりも低く押されられている。
1) If i = 1, 4, the number of memory pages referenced during this period is 2 pages, and this reference is A(1°j)j = 1
, 4, the number of storage pages referenced during this period is 2 pages. Compared to the former mapping method, AC1h 1 )
In the case of 1-1 and 4, the required number of main memory pages is 1 to 2.
However, the number of required main memory pages in the case of A(1,j)j-1,4 is reduced from 4 to 2. On average, two main memory pages are required, pushing it lower than the former mapping method.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述したように、従来の多次元配列の一次元記憶空間へ
の写像法及び参照法は、展開された一次元記憶空間がペ
ージング方式による仮想記憶空間で実現されている場合
に問題を生ずる。すなわち。
As described above, conventional methods of mapping and referencing a multidimensional array to a one-dimensional storage space cause problems when the expanded one-dimensional storage space is realized as a virtual storage space using a paging method. Namely.

仮想舶憶システムは参照の局所性を利用し、定義された
記憶空間は二次記憶装置に確保し、実際に現在参照され
ている記憶ページのみを主記憶に配置することで主記憶
の有効利用を計っている。仮惣記憶システムが有効に作
用するためには前俵条件である参照の局所性が成り立た
なければならない。多次元配列をこの方式で一次元記憶
空間に写像及び参照することは、この局所性に反する場
合がある。
The virtual storage system utilizes locality of reference, secures the defined storage space in secondary storage, and makes effective use of main memory by placing only the memory pages that are actually currently being referenced in main memory. is being measured. In order for a pseudomemory system to function effectively, locality of reference, which is a precondition, must hold. Mapping and referencing a multidimensional array into a one-dimensional storage space in this manner may violate this locality.

またブロック化写像法は多次元空間から一次元空間への
写像コストが高く、その変換にはビットフィールドの切
出し等が含まれ、ソフトウェアにより変換を行うことに
問題がある。
In addition, the block mapping method has a high cost for mapping from a multidimensional space to a one-dimensional space, and the conversion involves cutting out bit fields, and there is a problem in performing the conversion using software.

本発明の目的は従来のアドレッシング装置における欠点
を除去すると共に計算機のアドレッシング・ハードウェ
アにより解決する多次元配列のブロック化アドレッシン
グ装菅を提供することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a blocking addressing system for multidimensional arrays that eliminates the drawbacks of conventional addressing systems and is solved by addressing hardware in a computer.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の多次元配列のブロック化アドレッシング装置は
多次元配列データを一次元アドレス空間に写像/参照す
る際に、参照する配列要素を指す各次元の添字値を保持
する第1のレジスタと各次元の添字寸法を保持する第2
のレジスタとを有し。
The multidimensional array blocking addressing device of the present invention, when mapping/referencing multidimensional array data to a one-dimensional address space, has a first register that holds the subscript value of each dimension pointing to the array element to be referenced, and the second holding the subscript dimension of
It has a register.

前記@lのレジスタのブロックアドレス部と前記第2の
レジスタの積和から一次元記憶空間のブロックアドレス
を生成し、前記第1のレジスタのブロック内アドレス部
から一次元記憶空間のブロック内アドレスを生成するこ
とにある。
A block address of the one-dimensional storage space is generated from the product sum of the block address part of the register of @l and the second register, and an intra-block address of the one-dimensional storage space is generated from the intra-block address part of the first register. It consists in generating.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示す。第1図において9本
実施例はブロック化写像法により二次元配列を一次元記
憶空間に写像するアドレッシング装置で、配列要素A(
i s j )1−参照する場合に各次元の添字値i、
je保持するレジスタ11゜12と、入力レジスタ13
と、この入力レジスタ13とレジスタ11とに接続され
る掛は算器14と、レジスタ12と掛は算器14とに接
続される全加算器15と、レジスタ11.レジスタ12
゜および全加算器15に接続される添字レベルでの一次
元アドレスを保持する出力レジスタ16とを含む。
FIG. 1 shows an embodiment of the invention. 9 in FIG. 1 This embodiment is an addressing device that maps a two-dimensional array to a one-dimensional storage space using a block mapping method.
i s j ) 1 - index value i of each dimension when referencing,
je holding registers 11 and 12, and input register 13
The input register 13 and the register 11 are connected to a multiplier 14, the register 12 and the multiplier are connected to the multiplier 14, a full adder 15, and the register 11 . register 12
and an output register 16 which holds a one-dimensional address at the subscript level and which is connected to the full adder 15.

レジスタ11は配列添字1を保持する第1のレジスタで
あり、レジスタ12は配列添字1を保持する第2のレジ
スタであって、これらは−次元アドレスに変換される入
力である。この第1および第2のレジスタ11,12は
下位からNビット目とN+1ビツト目を境にして2つの
フィールドから成っている。Nの値は対象とする計算機
のベージ・サイズ等をもとに定める必要があるが、ペー
ジlサイズが4にバイト、かつ4バイトの単精度実数を
配列要素の基準と考えるとN−5程度となる。すなわち
、32X32の部分配列は2ページを占めることになる
Register 11 is the first register that holds array index 1, register 12 is the second register that holds array index 1, and these are the inputs that are converted to -dimensional addresses. The first and second registers 11 and 12 are composed of two fields with the Nth bit and the N+1th bit from the lowest order as boundaries. The value of N must be determined based on the page size of the target computer, but if the page size is 4 bytes and a 4-byte single-precision real number is used as the standard for array elements, it will be around N-5. becomes. That is, a 32x32 partial array will occupy two pages.

入力レジスタ13は添字iの添字寸法を2のN乗で割っ
た商を切上げた値を保持するレジスタである。
The input register 13 is a register that holds a value obtained by dividing the subscript dimension of subscript i by 2 to the N power and rounding it up.

入力レジスタ11.12の下位Nビットはブロック内ア
ドレス生成ビットとしてその一!ま出力レジスタに送ら
れ、入力レジスタ11および12の上位ビットはブロッ
クアドレス生成のために、それぞれ掛は算器14および
全加算器15に送られる。全加算器15はこの結果を出
力レジスタ16に送出する。出力レジスタ1Gの出力は
一次元アドレスとして送出される。
The lower N bits of input registers 11 and 12 are the intra-block address generation bits! The upper bits of input registers 11 and 12 are sent to a multiplier 14 and a full adder 15, respectively, for generating a block address. Full adder 15 sends this result to output register 16. The output of output register 1G is sent out as a one-dimensional address.

次に本実施例による配列A(1:128,1:128)
::4に対して32X32でブロック化されている状態
でA(i% j)に参照する例をとシその作用を説明す
ると、まず、各次元の添字値を保持するレジスタ11.
12に添字’Is  Jの下限値からの増分i−1、j
−1をセットする。各次元の添字値を保持するレジスタ
11,12はブロック化する単位が32X32であるの
で下位5ビツトがブロック内アドレス部でアシ、下位5
ビ、トを除いた上位ビットがブロックアドレス部である
。添字寸法を保持するレジスタ11には添字iの寸法1
28を32で割った商を切上げた値4をセットする。二
次元配列の場合、添字寸法jは必要ない。
Next, array A (1:128, 1:128) according to this example
To explain the operation of an example of referencing A(i% j) in a state where 32x32 blocks are used for ::4, first, registers 11.
12 with subscript 'Is increment i-1, j from the lower limit of J
-1 is set. The registers 11 and 12 that hold the subscript value of each dimension are divided into blocks in units of 32x32, so the lower 5 bits are recessed in the address part within the block, and the lower 5 bits are
The upper bits excluding bits and bits are the block address part. The register 11 that holds subscript dimensions has dimension 1 of subscript i.
Set the value 4, which is the quotient of 28 divided by 32, rounded up. In the case of a two-dimensional array, the subscript dimension j is not necessary.

これによ多出力レジスタ16にはその結果が得られ、出
力レジスタのブロックアドレス部は、添字寸法iを保持
するレジスタの値に添字値jの値全保持するレジスタの
ブロックアドレス部を掛けた値に、添字値iの値を保持
するレジスタのブロックアドレスを加算したものである
。他方、出力レジスタ16のブロック内アドレス部は添
字値jの値を保持するレジスタのブロック内アドレス部
と添字値iの値を保持するレジスタのブロック内アドレ
ス部を直列に並べたものである。
As a result, the result is obtained in the multi-output register 16, and the block address part of the output register is the value obtained by multiplying the value of the register that holds the subscript size i by the block address part of the register that holds the entire value of the subscript value j. and the block address of the register that holds the value of index value i. On the other hand, the intra-block address section of the output register 16 is obtained by arranging in series the intra-block address section of the register that holds the value of subscript value j and the intra-block address section of the register that holds the value of subscript value i.

したがって出力レジスタ16に得られた値は添字レベル
の一次元アドレスであるので、さらに演算処理装置(図
示せず)によシ、配列要素の占める記憶サイズ4と出力
レジスタの値を掛け、さらに配列Aの起点アドレスbを
加算することによシ求める一次元アドレスが生成される
Therefore, since the value obtained in the output register 16 is a one-dimensional address at the subscript level, the arithmetic processing unit (not shown) multiplies the storage size 4 occupied by the array element by the value of the output register, and then By adding the starting point address b of A, the desired one-dimensional address is generated.

なお、この実施例においては計算機の演算装置内に置か
れ、入力信号は演算装置のレジスタから供給され、出力
信号は演算装置のレジスタに送られる。従って入力/出
力レジスタが演算処理装置自身のレジスタであっても良
いことはいうまでもない。また本実施例は二次元配列を
一次元記憶空間にブロック化写像するものであるが、同
様な装置を三次元以上の配列に対しても構成できること
も言うまでもない。
In this embodiment, it is placed in the arithmetic unit of the computer, the input signal is supplied from the register of the arithmetic unit, and the output signal is sent to the register of the arithmetic unit. Therefore, it goes without saying that the input/output register may be a register of the arithmetic processing device itself. Furthermore, although this embodiment maps a two-dimensional array into blocks into a one-dimensional storage space, it goes without saying that a similar device can also be constructed for arrays of three or more dimensions.

〔発明の効果〕〔Effect of the invention〕

以上述べたように、本発明は多次元配列の一次元記憶空
間への写像/参照をブロック化写像法式により行なうこ
とで、ページング方式による仮想記憶システムの主記憶
〜二次記憶装置間のページ転送回数を低減することがで
きる。ブロック化写像方式は、参照する配列要素を指す
各次元の添字値を保持するレジスタと各次元の添字寸法
を保持するレジスタを有し、添字値を保持するレジスタ
のブロックアドレス部と添字寸法を保持するレジスタの
積和から一次元記憶空間のブロックアドレスを生成し、
添字値を保持するレジスタのブロック内アドレス部から
一次元記憶空間のブロック内アドレスを生成する、多次
元配列のブロック化アドレッシング装置を計算機の演算
処理装置内に設けることKよシ、従来の写像方式と同程
度の時間コストによシ写像することが可能である。
As described above, the present invention performs mapping/reference to a one-dimensional storage space of a multidimensional array using a blocking mapping method, thereby transferring pages between the main memory and the secondary storage of a virtual storage system using a paging method. The number of times can be reduced. The block mapping method has a register that holds the subscript value of each dimension that points to the array element to be referenced, and a register that holds the subscript size of each dimension, and holds the block address part and subscript size of the register that holds the subscript value. Generate a block address in the one-dimensional storage space from the sum of products of the registers.
A conventional mapping method is to provide a blocking addressing device for a multidimensional array in the arithmetic processing unit of a computer, which generates an intra-block address of a one-dimensional storage space from an intra-block address part of a register that holds a subscript value. It is possible to perform mapping with the same time cost as .

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

第1図は本発明の実施例による二次元配列を一次元記憶
空間にブロック化写像する装置を示す図、第2図はブロ
ック化写像法によシ二次元配列を一次元記憶空間に写像
する方式を示す図、第3図は従来の方式によシ二次元配
列を一次元記憶空間に写像する方式を示す図である。 11.12・・・・・・レジスタ、13・・・・・・入
力レジスタ、4・・・・・・掛は算器、5・・・・・・
全加算器、6・・・・・・出力レジスタ。
FIG. 1 is a diagram showing an apparatus for mapping a two-dimensional array into a one-dimensional storage space in blocks according to an embodiment of the present invention, and FIG. 2 is a diagram showing a device for mapping a two-dimensional array into a one-dimensional storage space using a blocking mapping method. FIG. 3 is a diagram showing a conventional method for mapping a two-dimensional array to a one-dimensional storage space. 11.12...Register, 13...Input register, 4...Multiplication calculator, 5...
Full adder, 6... Output register.

Claims (1)

【特許請求の範囲】[Claims] 多次元配列データを一次元アドレス空間に写像/参照す
るブロック化アドレッシング装置において、参照する配
列要素を指す各次元の添字値を保持する第1のレジスタ
と各次元の添字寸法を保持する第2のレジスタとを有し
、前記第1のレジスタのブロックアドレス部と前記第2
のレジスタの積和から一次元記憶空間のブロックアドレ
スを生成し、前記第1のレジスタのブロック内アドレス
部から一次元記憶空間のブロック内アドレスを生成する
ことを特徴とする多次元配列のブロック化アドレッシン
グ装置。
In a blocking addressing device that maps/references multidimensional array data to a one-dimensional address space, a first register holds the subscript value of each dimension pointing to the referenced array element, and a second register holds the subscript size of each dimension. a block address section of the first register and a block address section of the first register;
A block address of a one-dimensional storage space is generated from the sum of products of the registers, and an intra-block address of the one-dimensional storage space is generated from the intra-block address part of the first register. Addressing device.
JP61078656A 1986-04-04 1986-04-04 Blocking addressing device for multidimensional arrangement Granted JPS62235660A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61078656A JPS62235660A (en) 1986-04-04 1986-04-04 Blocking addressing device for multidimensional arrangement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61078656A JPS62235660A (en) 1986-04-04 1986-04-04 Blocking addressing device for multidimensional arrangement

Publications (2)

Publication Number Publication Date
JPS62235660A true JPS62235660A (en) 1987-10-15
JPH0559454B2 JPH0559454B2 (en) 1993-08-31

Family

ID=13667902

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61078656A Granted JPS62235660A (en) 1986-04-04 1986-04-04 Blocking addressing device for multidimensional arrangement

Country Status (1)

Country Link
JP (1) JPS62235660A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1293479C (en) * 2001-08-30 2007-01-03 华为技术有限公司 Asynchronous FIFO data caching method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1293479C (en) * 2001-08-30 2007-01-03 华为技术有限公司 Asynchronous FIFO data caching method

Also Published As

Publication number Publication date
JPH0559454B2 (en) 1993-08-31

Similar Documents

Publication Publication Date Title
US5226171A (en) Parallel vector processing system for individual and broadcast distribution of operands and control information
Kulkarni et al. Systolic processing and an implementation for signal and image processing
US5081573A (en) Parallel processing system
US6288723B1 (en) Method and apparatus for converting data format to a graphics card
Kung Computational models for parallel computers
RU2139564C1 (en) Packed data multiplying-and-adding device
KR20110079495A (en) Transposing array data on simd multi-core processor architectures
US10810281B2 (en) Outer product multipler system and method
King et al. Implementation of an element-by-element solution algorithm for the finite element method on a coarse-grained parallel computer
US20210042261A1 (en) Data processing
Schrem Computer implementation of the finite-element procedure
Ma et al. An FPGA-based singular value decomposition processor
WO2019141160A1 (en) Data processing method and apparatus
CN101561797A (en) Method and device for singular value and feature value composition of matrix on processing system
Goldfield Parallel strategies for four-atom quantum dynamics calculations
JPS62235660A (en) Blocking addressing device for multidimensional arrangement
JPH0214364A (en) Mapping and referring system for multi-dimensional arrangement to one-dimensional storing space
Parkinson 12 Practical parallel processors and their uses
US20050055394A1 (en) Method and system for high performance, multiple-precision multiply-and-add operation
CN118394535B (en) FPGA-based number theory transformation method, device, equipment and storage medium
Liddell Applications of highly parallel processors
Roch An environment for parallel algebraic computation
Kim et al. Efficient 2-D convolution algorithm with the single-data multiple kernel approach
JPH0559453B2 (en)
Cheshire et al. Parallelization in reservoir simulation