JPH0764766A - Maximum and minimum value calculating method for parallel computer - Google Patents

Maximum and minimum value calculating method for parallel computer

Info

Publication number
JPH0764766A
JPH0764766A JP5208089A JP20808993A JPH0764766A JP H0764766 A JPH0764766 A JP H0764766A JP 5208089 A JP5208089 A JP 5208089A JP 20808993 A JP20808993 A JP 20808993A JP H0764766 A JPH0764766 A JP H0764766A
Authority
JP
Japan
Prior art keywords
value
index
values
maximum
index value
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
JP5208089A
Other languages
Japanese (ja)
Inventor
Tatsuya Shindo
達也 進藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP5208089A priority Critical patent/JPH0764766A/en
Publication of JPH0764766A publication Critical patent/JPH0764766A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To calculate maximum and minimum values in the parallel computer which consciously handles not only maximum and minimum values but also the value of an index to obtain the same result as a sequential computer. CONSTITUTION:Values of array elements as objects are compared with each other; and if they are equal to each other, index values are compared with each other, and the smaller index value is taken. That is, stages L1 to L9 where portions in charge of respective parts are individually calculated and a tournament processing is called and tournament processings (function global) L10 to L14 are equal to conventional procedure, but processings L29 to L30 executed in the case of equal inputs in functions to be subjected to maximum value comparison are different from conventional procedure. The minimum value is obtained in the same manner. Another way to take the larger index value in the case of equal inputs can be easily selected. This method is easily transformed that a parameter designates which of the larger index value and the smaller index value should be taken in the case of equal input values.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】数値計算の中で、配列要素の最大
値または最小値とその要素の位置を示すインデックスを
求める演算がよく使われる。
[Industrial application] In numerical calculation, an operation for obtaining an index indicating the maximum or minimum value of an array element and the position of that element is often used.

【0002】高速演算用の計算機の一つとして並列計算
機がある。本発明は、並列計算機を用いた最大値・最小
値を演算する方法に関する。
A parallel computer is one of the computers for high-speed arithmetic. The present invention relates to a method of calculating a maximum value / minimum value using a parallel computer.

【0003】[0003]

【従来の技術】並列計算機を用いて最大値または最小値
を高速に求める方法として、トーナメント方式が知られ
ている。並列計算機では、対象となる数値群(配列の要
素)を各プロセサに配分し、それぞれ最大値(最小値)
を求め、そのあと各プロセサのもつ最大値(最小値)の
間の最大値(最小値)を求める。各プロセサがそれぞれ
配分された値の最大値(最小値)を求める段階は当然に
並列に処理が行われる。その後の各プロセサにある最大
値(最小値)の間の全体の最大値(最小値)を求める段
階でもできるだけ複数のプロセサを並列的に動作させる
ためトーナメント方式をとる。
2. Description of the Related Art A tournament method is known as a method for obtaining a maximum value or a minimum value at high speed using a parallel computer. In a parallel computer, the target numerical value group (array element) is distributed to each processor, and the maximum value (minimum value) is allocated to each processor.
Then, the maximum value (minimum value) between the maximum values (minimum values) of each processor is calculated. The process of obtaining the maximum value (minimum value) of the values distributed by each processor is naturally performed in parallel. Even in the subsequent step of obtaining the maximum value (minimum value) between the maximum values (minimum values) of each processor, a tournament method is used to operate a plurality of processors in parallel as much as possible.

【0004】図3は並列計算機の構成説明図である。プ
ロセサエレメントPEを並列に多数並べ、その間をネット
ワークnで結合したものである。図は8×8のプロセサ
エレメント(以下プロセサと記す)を2次元トーラスネ
ットワークで結合した例である。図4はこのような並列
計算機において行なうトーナメント方式の演算の概念を
示す図である。各プロセサ(そのもつ値)を2つずつ組
にして、1つのプロセサで、1つの値を他のプロセサか
ら転送してもらい、それらのより大なる値(またはより
小なる値)を求める。その結果を再び2つずつ組にして
・・という演算を繰り返し、最終的に1つの値を解とし
て、すなわち最大値(または最小値)として得る。図4
(A)では、1回目にはプロセサ0と1、2と3、4と
5、6と7、・・・が組になり、プロセサ1,3,5,
7,・・・がプロセサ0,2,4,6,・・・にデータ
を送り、そこでそれぞれ演算を行なう(で示す)。次
にプロセサ0と2、4と6、・・・が組になり、プロセ
サ2,6・・・がプロセサ0,4・・・にデータを送
り、そこでそれぞれ演算を行なう(で示す)。次にプ
ロセサ0と4、・・・が組になり・・・(で示す)と
いうことを繰り返し、最後にプロセサ0に最終結果とし
ての最大値が得られる。
FIG. 3 is an explanatory diagram of the configuration of a parallel computer. A large number of processor elements PE are arranged in parallel and are connected by a network n. The figure shows an example in which 8 × 8 processor elements (hereinafter referred to as processors) are connected by a two-dimensional torus network. FIG. 4 is a diagram showing the concept of a tournament method operation performed in such a parallel computer. Each processor (its value) is paired in pairs, and one processor transfers one value from another processor to obtain a larger value (or smaller value) of them. The results are again paired in pairs, and the operation of ... Is repeated, and finally one value is obtained as the solution, that is, the maximum value (or minimum value). Figure 4
In (A), at the first time, processors 0 and 1, 2 and 3, 4 and 5, 6 and 7, ... Are paired, and processors 1, 3, 5, and
7, ... Sends data to the processors 0, 2, 4, 6 ,. Next, the processors 0 and 2, 4 and 6, ... Are paired, and the processors 2, 6 ... Send data to the processors 0, 4 ,. Next, the processors 0 and 4, ... Are paired, and so on (represented by) is repeated, and finally the maximum value as the final result is obtained in the processor 0.

【0005】図4(B)に以上のトーナメント処理を疑
似C言語で関数として記述したプログラム例を示す。こ
の例では、プロセサの数が2n 個であり、変数pid にそ
れぞれプロセサ固有の番号 (機番) が設定されているも
のとする。各プロセサはトーナメント処理の対象となる
値とそのインデックスとをmyDataとmyIndex に設定して
おき、それぞれこのプログラムを実行すると最終的にpi
d=0 番のプロセサのmyDataとmyIndex に結果が得られ
る。なお、sendはメッセージを転送する関数であり、第
1引数で示されるプロセサに第2と第3の引数を送り、
recvはメッセージを受信する関数であり、sendで自分に
送られてきたメッセージを受ける。演算関数は、「最大
値の比較」や「最小値の比較」等の演算の関数を呼び出
す部分である。
FIG. 4B shows an example of a program in which the above tournament processing is described as a function in the pseudo C language. In this example, it is assumed that the number of processors is 2 n and the processor-specific numbers (machine numbers) are set in the variable pid. Each processor sets the target value of the tournament processing and its index to myData and myIndex, and when this program is executed respectively, finally pi
The result is obtained in myData and myIndex of the d = 0th processor. In addition, send is a function that transfers a message, and sends the second and third arguments to the processor indicated by the first argument,
recv is a function that receives a message, and receives the message sent to you by send. The calculation function is a part that calls a function for calculation such as “comparison of maximum values” and “comparison of minimum values”.

【0006】最大値演算等を行なうとき、プロセサは、
その要素の配列上の位置を示すインデックスを要素に付
随させて扱う。つまり、2組の要素を比較し、結果の値
と共にそのインデックス値を付随させる。従って、比較
の結果残った方(勝った方)の値と共に付随するインデ
ックス値も勝ち残り、最終的に残った最大値(または最
小値)とそれに付随するインデックス値が解として得ら
れる。これにより、その最大値(または最小値)が配列
のどの位置であるか、またそれをもっていたプロセサが
どれかが分かり、その後の演算のための指標となる。
When performing maximum value calculation, etc., the processor
An index indicating the position of the element on the array is treated as being associated with the element. That is, the two sets of elements are compared and the resulting values are associated with their index values. Accordingly, the index value associated with the value remaining (winning) as a result of the comparison also survives, and the finally remaining maximum value (or minimum value) and the index value associated therewith are obtained as a solution. As a result, it is possible to know which position in the array the maximum value (or the minimum value) is, and which processor has the maximum value (or the minimum value), and it becomes an index for the subsequent calculation.

【0007】ところで、比較する2つの値が等しい場合
にインデックス値としてどちらの値をとるかはあまり意
識されていない。最大値または最小値が正しければイン
デックス値そのものは2義的なものであるからである。
By the way, when two values to be compared are equal, which index value is to be taken is not well known. This is because if the maximum value or the minimum value is correct, the index value itself is secondary.

【0008】図2に逐次型最大値プログラムと従来の最
大値計算プログラムとを示す。(A)の逐次型プログラ
ムは、配列aの要素を1からNまで調べて、最も大きな
値をxに、そのときのインデックス値をiに結果として
得るプログラムで、逐次計算機用に書かれたものであ
る。
FIG. 2 shows a sequential maximum value program and a conventional maximum value calculation program. The sequential program of (A) is a program that examines the elements of the array a from 1 to N, and obtains the largest value as x and the index value at that time as i, which is written for a sequential computer. Is.

【0009】(B)は同様の処理を並列計算機用に書い
たものである。まず、各プロセサ内で担当するaの要素
について最大値とそのインデックスを求める(L1〜L
8)。次にトーナメント処理をおこなう関数global (L
9)を呼出し、各プロセサが計算した最大値の中でさら
に最大のものとそのインデックスとを求める。ここで、
関数globalは図4(B)に示したものであり、第1引数
xは比較対象のデータを与える変数、第2引数iはその
インデックス値を与える変数、第3引数&xは各プロセ
サが設定したxの最大値(最小値)を結果として返す変
数、第4引数&iはそれに付随するインデックスとして
返す変数である。これを全てのプロセサが実行する。
In (B), the same processing is written for a parallel computer. First, find the maximum value and its index for the element of a in charge of each processor (L1 to L
8). Next, the function global (L
Call 9) to find the maximum value and its index among the maximum values calculated by each processor. here,
The function global is the one shown in FIG. 4B. The first argument x is a variable that gives the data to be compared, the second argument i is the variable that gives its index value, and the third argument & x is set by each processor. A variable that returns the maximum value (minimum value) of x as a result, and the fourth argument & i is a variable that is returned as an index associated with it. All processors do this.

【0010】逐次型も並列型も結果として得られるxの
値は常におなじである。しかし、そのときのインデック
スの値iは異なる場合がある。各プロセサが関数global
の第一引数として設定するxが同じものが複数存在する
場合である。逐次型のプログラムでは図2(A)のL3
に示す条件分岐の性質により、インデックス値の最も小
さいものが最終結果として採用される。一方、並列型の
プログラムではプロセサ間の大小比較をトーナメント方
式による並列処理によって行っているため、プロセサへ
の要素の割り付け方により、最も小さなインデックス値
のものが採用されることは保証されない。その結果、も
ともとは逐次処理用に書かれたプログラムを、このよう
な方法で並列計算機用に直した場合に、異なる結果が得
られる場合がある。また並列化したプログラムを異なる
プロセサ数の構成で実行した場合に、各プロセサに割り
つけられるデータが変化するため、結果が異なる場合が
あり得る。
The resulting values of x, whether sequential or parallel, are always the same. However, the index value i at that time may be different. Each processor is a function global
This is a case where there are a plurality of items having the same x set as the first argument of. In the sequential program, L3 in FIG.
Due to the nature of the conditional branch shown in, the smallest index value is adopted as the final result. On the other hand, in a parallel type program, the size comparison between processors is performed by parallel processing by a tournament method, so it is not guaranteed that the one with the smallest index value will be adopted depending on the allocation of elements to the processor. As a result, when a program originally written for serial processing is rewritten for a parallel computer by such a method, different results may be obtained. Also, when parallelized programs are executed with different numbers of processors, the data assigned to each processor changes, so the results may differ.

【0011】[0011]

【発明が解決しようとする課題】通常の逐次計算機用に
開発されたプログラムを並列計算機用に並列化した場合
に、逐次計算機で得た結果とは、インデックス値が異な
ることがある。また、並列計算機においてプロセサの数
が異なると、結果のインデックス値が異なることがあ
る。それにより最終的な結果が微妙に異なることがあ
る。このような状況は、プログラムが正しく動作してい
るか、あるいは正しく並列化されたかの判定を困難にす
る。すなわち、結果の互換性の問題がある。
When a program developed for an ordinary sequential computer is parallelized for a parallel computer, the index value may differ from the result obtained by the sequential computer. Further, in a parallel computer, when the number of processors is different, the resulting index value may be different. This may result in subtle differences in the final result. Such a situation makes it difficult to determine whether the program is operating correctly or has been correctly parallelized. That is, there is a result compatibility problem.

【0012】本発明は、最大値/最小値だけでなく、イ
ンデックスの値も意識して取り扱うことにより、逐次型
と全く同じ結果を得ることができるようにした、並列計
算機での最大・最小値演算方法を実現することを目的と
している。
According to the present invention, not only the maximum value / minimum value but also the index value are consciously handled so that the same result as that of the serial type can be obtained. The purpose is to realize the calculation method.

【0013】[0013]

【課題を解決するための手段】図1は本発明の実施例の
プログラムを示すものである。図の L20〜L35 に示す最
大値の比較を行なう関数の L29〜L32 のようにインデッ
クス値の大小関係を意識した処理を行なう。
FIG. 1 shows a program according to an embodiment of the present invention. Like the functions L29 to L32 that compare the maximum values shown in L20 to L35 in the figure, the processing that considers the magnitude relationship of the index values is performed.

【0014】請求項1に記載した発明は、配列の要素の
最大値または最小値と、その配列要素の位置を示すイン
デックス値とをトーナメント方式で求める演算におい
て、対象とする配列要素の値を比較すると共に、それら
の値が等しいときはインデックス値を比較して、その値
の小さい方のインデックス値をとるようにする。
According to a first aspect of the present invention, the values of the target array elements are compared in the operation of obtaining the maximum value or the minimum value of the array elements and the index value indicating the position of the array element by the tournament method. At the same time, when the values are equal, the index values are compared and the smaller index value is taken.

【0015】請求項2に記載したものは、前記の演算に
おいて、インデックス値を比較して、その値の大きい方
のインデックス値をとるようにした場合である。請求項
3に記載したものは、前2項の演算において、インデッ
クス値を比較して、その値の大きい方のインデックス値
をとるか小さい方のインデックス値をとるかを、あらか
じめ定めたパラメータにより決定するようにした場合で
ある。
According to a second aspect of the present invention, in the above calculation, the index values are compared and the index value having the larger value is taken. According to a third aspect of the present invention, in the calculation of the preceding two terms, the index values are compared, and it is determined by a predetermined parameter whether the larger index value or the smaller index value is taken. This is the case.

【0016】演算対象が多次元配列の場合には、インデ
ックスはそれぞれ、演算対象の多次元配列の次元数の要
素数をもった1次元配列となる。請求項4に記載したよ
うに、演算対象の比較値が等しい場合に、それらのイン
デックス配列の要素値をレクシコグラフィカル(辞書順
ともいう)に比較することで解決する。
When the operation target is a multidimensional array, each index is a one-dimensional array having the number of elements corresponding to the number of dimensions of the multidimensional array to be operated. As described in claim 4, when the comparison values to be calculated are equal, the solution is achieved by comparing the element values of those index arrays in a lexicographical manner (also referred to as a dictionary order).

【0017】[0017]

【作用】請求項1又は2に記載したようにすることによ
り、並列計算機のプロセサの台数が変わっても結果は常
に同じであることが保証できる。
According to the first aspect or the second aspect, it is possible to guarantee that the result is always the same even if the number of processors of the parallel computer changes.

【0018】請求項3に記載したようにすることによ
り、逐次プログラムを並列化する場合に、もとのループ
の判定条件によりインデックス値のとりかたを使い分け
ることができる。例えば図2(A)の例では判定条件が if ( a[j] <= x ) goto L100; であるので,インデックス値の小さい方をとるように設
定すればよい。仮に判定条件が、 if ( a[j] < x ) goto L100; になっていれば、インデックス値の大きい方をとるよう
に設定すればよい。以上の例でもしループが降順になっ
ているなら、それぞれ逆にインデックス値の大きい方、
小さい方をとるように設定することで対応できる。
According to the third aspect, when the serial program is parallelized, the index value can be used properly depending on the determination condition of the original loop. For example, in the example of FIG. 2 (A), the determination condition is if (a [j] <= x) goto L100 ;, so the smaller index value may be set. If the determination condition is if (a [j] <x) goto L100 ;, the one with the larger index value may be set. In the above example, if the loops are in descending order, the one with the larger index value,
This can be handled by setting the smaller one.

【0019】多次元配列を演算対象とする場合も、イン
デックスが1次元配列となるのでその比較をレクシコグ
ラフィカルに行なう点を除けば、同様である。このよう
にすることにより、最大値・最小値演算を並列計算機で
演算する場合に、インデックス値を一意に定めることが
できる。従って、プロセサの数によらない結果の互換
性、逐次型との結果の互換性を保証することができる。
The same applies to the case where a multidimensional array is to be operated, except that the comparison is performed lexicographically because the index is a one-dimensional array. By doing so, the index value can be uniquely determined when the maximum value / minimum value operation is performed by the parallel computer. Therefore, it is possible to guarantee the compatibility of results regardless of the number of processors and the compatibility of results with the sequential type.

【0020】[0020]

【実施例】以下、図面を参照して本発明の実施例を説明
する。図1は本発明の一実施例として最大値を求めるサ
ブルーチンを示すものである。入力の値が等しい場合は
インデックス値の小さい方をとる例である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a subroutine for obtaining the maximum value as one embodiment of the present invention. In this example, when the input values are the same, the smaller index value is used.

【0021】L1 〜L9の、個別に担当分を演算し、トー
ナメント処理を呼ぶまでの段階と、L10〜L14 のトーナ
メント処理(関数global)そのものは従来と同じであ
る。最大値の比較を行なう関数内のL29〜L32に示す、
入力が等しい場合の処理が本発明の方法の要部である。
The steps of individually calculating the charge of L1 to L9 and calling the tournament processing and the tournament processing of L10 to L14 (function global) itself are the same as in the conventional case. Shown in L29 to L32 in the function that compares the maximum values,
The processing when the inputs are equal is the main part of the method of the present invention.

【0022】最小値を求める場合も同様にすればよいこ
とはいうまでもない。入力の値が等しい場合はインデッ
クス値の大きい方をとるようにすることも容易にでき
る。また、入力の値が等しい場合はインデックス値の大
きい方をとるか小さい法をとるかパラメータにより指定
するようにする変形も容易であることはいうまでもな
い。
It goes without saying that the same can be done when obtaining the minimum value. If the input values are the same, it is possible to easily take the larger index value. Also, it goes without saying that it is easy to make a modification such that when the input values are the same, the parameter with the larger index value or the smaller index value is designated by a parameter.

【0023】演算対象の配列は1次元に限らず多次元で
あってもよい。その場合はインデックスも配列となるの
で、インデックスの配列同士をレキシコグラフイカルな
順に比較して大小関係を判断する。
The array to be operated is not limited to one dimension and may be multidimensional. In that case, the indexes are also arrays, so the arrays of indexes are compared in a lexicographical order to determine the magnitude relationship.

【0024】なお、配列の要素は数値である必要はな
く、文字列であってもよい。この場合もレキシコグラフ
イカルな順に比較して大小関係を判断すればよい。
The elements of the array need not be numerical values, but may be character strings. In this case as well, the magnitude relationship may be determined by comparing in a lexicographical order.

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば最
大値・最小値を求める演算を並列化した場合に逐次型プ
ログラムとの解の互換性を保証することができる。ま
た、並列化したプログラムを実行する場合に、プロセサ
の数によらず常に解が変わらないことを保証できる。こ
のような性質は、並列化したプログラムがもとのプログ
ラムの意味を損なわず正しく変換されたことを保証する
上で重要である。
As described above, according to the present invention, the compatibility of the solution with the sequential program can be guaranteed when the operations for obtaining the maximum value and the minimum value are parallelized. Also, when executing a parallelized program, it can be guaranteed that the solution does not change regardless of the number of processors. Such a property is important for ensuring that the parallelized program is correctly converted without impairing the meaning of the original program.

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

【図1】本発明の一実施例のプログラムの要部を示す図
である。
FIG. 1 is a diagram showing a main part of a program according to an embodiment of the present invention.

【図2】従来の最大値演算プログラムの例を示す図であ
る。
FIG. 2 is a diagram showing an example of a conventional maximum value calculation program.

【図3】並列計算機の構成説明図である。FIG. 3 is an explanatory diagram of a configuration of a parallel computer.

【図4】トーナメント処理の説明図である。FIG. 4 is an explanatory diagram of tournament processing.

【符号の説明】[Explanation of symbols]

PE プロセサ (エレメント) n プロセサ間ネ
ットワーク
PE Processor (Element) n Network between processors

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 並列計算機において、配列の要素の最大
値または最小値と、その配列要素の位置を示すインデッ
クス値とをトーナメント方式で求める演算において、 対象とする配列要素の値を比較すると共に、それらの値
が等しいときはインデックス値を比較して、その値の小
さい方のインデックス値をとることを特徴とする最大・
最小値演算方法。
1. In a parallel computer, in a calculation for obtaining a maximum value or a minimum value of an array element and an index value indicating the position of the array element by a tournament method, the values of the target array element are compared, When the values are equal, the index values are compared and the smaller index value is taken.
Minimum value calculation method.
【請求項2】 インデックス値を比較して、その値の大
きい方のインデックス値をとることを特徴とする請求項
1に記載の最大・最小値演算方法。
2. The maximum / minimum value calculation method according to claim 1, wherein the index values are compared and the index value with the larger value is taken.
【請求項3】 インデックス値を比較して、その値の大
きい方のインデックス値をとるか小さい方のインデック
ス値をとるかを、あらかじめ定めたパラメータにより決
定することを特徴とする請求項1または請求項2に記載
の最大・最小値演算方法。
3. The index value is compared, and whether the index value having a larger value or the index value having a smaller value is determined by a predetermined parameter is set. The maximum / minimum value calculation method according to item 2.
【請求項4】 多次元配列の場合にインデックス配列の
要素値をレキシコグラフィカルな順に比較することを特
徴とする請求項1ないし請求項3に記載の最大・最小値
演算方法。
4. The maximum / minimum value calculation method according to claim 1, wherein the element values of the index array are compared in a lexicographical order in the case of a multidimensional array.
JP5208089A 1993-08-24 1993-08-24 Maximum and minimum value calculating method for parallel computer Pending JPH0764766A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5208089A JPH0764766A (en) 1993-08-24 1993-08-24 Maximum and minimum value calculating method for parallel computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5208089A JPH0764766A (en) 1993-08-24 1993-08-24 Maximum and minimum value calculating method for parallel computer

Publications (1)

Publication Number Publication Date
JPH0764766A true JPH0764766A (en) 1995-03-10

Family

ID=16550459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5208089A Pending JPH0764766A (en) 1993-08-24 1993-08-24 Maximum and minimum value calculating method for parallel computer

Country Status (1)

Country Link
JP (1) JPH0764766A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2393285A (en) * 2002-09-17 2004-03-24 Micron Europe Ltd Method for finding the extreme values in an n-dimensional array by relating the global extrema to local extreme values
US7447720B2 (en) 2003-04-23 2008-11-04 Micron Technology, Inc. Method for finding global extrema of a set of bytes distributed across an array of parallel processing elements
US7454451B2 (en) 2003-04-23 2008-11-18 Micron Technology, Inc. Method for finding local extrema of a set of values for a parallel processing element
US7574466B2 (en) 2003-04-23 2009-08-11 Micron Technology, Inc. Method for finding global extrema of a set of shorts distributed across an array of parallel processing elements
WO2021144974A1 (en) * 2020-01-17 2021-07-22 日本電信電話株式会社 Secret maximum value calculation device, method, and program
WO2021176679A1 (en) * 2020-03-06 2021-09-10 三菱電機株式会社 Parallel processing device, parallel processing system, and parallel processing program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2393285A (en) * 2002-09-17 2004-03-24 Micron Europe Ltd Method for finding the extreme values in an n-dimensional array by relating the global extrema to local extreme values
GB2393284A (en) * 2002-09-17 2004-03-24 Micron Europe Ltd Method for finding the extreme values in an n-dimensional array by relating the global extrema to local extreme values
GB2393284B (en) * 2002-09-17 2007-01-03 Micron Europe Ltd Method for finding global extrema of a set of shorts distributed across an array of parallel processing elements
GB2393285B (en) * 2002-09-17 2007-01-03 Micron Europe Ltd Method for finding global extrema of a set of bytes distributed across an array of parallel processing elements
US7447720B2 (en) 2003-04-23 2008-11-04 Micron Technology, Inc. Method for finding global extrema of a set of bytes distributed across an array of parallel processing elements
US7454451B2 (en) 2003-04-23 2008-11-18 Micron Technology, Inc. Method for finding local extrema of a set of values for a parallel processing element
US7574466B2 (en) 2003-04-23 2009-08-11 Micron Technology, Inc. Method for finding global extrema of a set of shorts distributed across an array of parallel processing elements
WO2021144974A1 (en) * 2020-01-17 2021-07-22 日本電信電話株式会社 Secret maximum value calculation device, method, and program
AU2020422786B2 (en) * 2020-01-17 2023-04-27 Nippon Telegraph And Telephone Corporation Secret maximum value calculation apparatus, method, and program
WO2021176679A1 (en) * 2020-03-06 2021-09-10 三菱電機株式会社 Parallel processing device, parallel processing system, and parallel processing program

Similar Documents

Publication Publication Date Title
US11106437B2 (en) Lookup table optimization for programming languages that target synchronous digital circuits
KR101201019B1 (en) Declarative sequenced report parameterization
US8635620B2 (en) Hardware device for processing the tasks of an algorithm in parallel
JPH0764766A (en) Maximum and minimum value calculating method for parallel computer
CN110704193B (en) Method and device for realizing multi-core software architecture suitable for vector processing
CN112506636A (en) Distributed task scheduling method and device based on directed acyclic graph and storage medium
JP2023123636A (en) Hyper parameter tuning method, device and program
Wey et al. An efficient output phase assignment for PLA minimization
Sasak-Okoń Modifying queries strategy for graph-based speculative query execution for RDBMS
JP2714015B2 (en) Logic circuit synthesizer
JP3099889B2 (en) Electronic computer, programmable logic circuit and program processing method
US11704262B2 (en) Systems, apparatus, and methods of conveyor belt processing
CN109799973B (en) Data-driven user-transparent extensible programming method
JPH0313624B2 (en)
Gately et al. Reduced-hardware digital filter design via joint quantization and multiple constant multiplication optimization
WO2023071509A1 (en) Model compilation method and apparatus, and model running system
JP2002312167A (en) Program for making computer calculate value of variable, compile program, variable value determining method, and program generating method
Dieterle et al. Skeleton composition versus stable process systems in Eden
JP4327533B2 (en) Arithmetic processing program, arithmetic processing method, and arithmetic processing apparatus
JP2585780B2 (en) DO loop optimization processing method for input / output library
JP2633918B2 (en) Method search method and method search procedure generation method
JPH09231075A (en) High-speed realization method for incorporation procedure
JPH05334465A (en) Device for counting the number of required computing elements/storage devices/data transfer devices
JPH0573607A (en) Vector instruction generation processing method
Hawkins et al. An overview of systematic development of parallel systems for reconfigurable hardware

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20021224