JP5731937B2 - ベクトル浮動小数点引数削減 - Google Patents
ベクトル浮動小数点引数削減 Download PDFInfo
- Publication number
- JP5731937B2 JP5731937B2 JP2011202971A JP2011202971A JP5731937B2 JP 5731937 B2 JP5731937 B2 JP 5731937B2 JP 2011202971 A JP2011202971 A JP 2011202971A JP 2011202971 A JP2011202971 A JP 2011202971A JP 5731937 B2 JP5731937 B2 JP 5731937B2
- Authority
- JP
- Japan
- Prior art keywords
- value
- components
- exponent
- integer
- floating point
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 239000013598 vector Substances 0.000 title claims description 86
- 230000009467 reduction Effects 0.000 title claims description 43
- 238000000034 method Methods 0.000 claims description 19
- 230000004044 response Effects 0.000 claims description 10
- 238000004590 computer program Methods 0.000 claims description 5
- 238000010606 normalization Methods 0.000 description 11
- 238000010586 diagram Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 238000004364 calculation method Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000002411 adverse Effects 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
- 230000008685 targeting Effects 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/483—Computations with numbers represented by a non-linear combination of denominational numbers, e.g. rational numbers, logarithmic number system or floating-point numbers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/544—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
- G06F7/552—Powers or roots, e.g. Pythagorean sums
- G06F7/5525—Roots or inverse roots of single operands
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30003—Arrangements for executing specific machine instructions
- G06F9/30007—Arrangements for executing specific machine instructions to perform operations on data operands
- G06F9/30036—Instructions to perform operations on packed data, e.g. vector, tile or matrix operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2207/00—Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F2207/552—Indexing scheme relating to groups G06F7/552 - G06F7/5525
- G06F2207/5521—Inverse root of a number or a function, e.g. the reciprocal of a Pythagorean sum
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F5/00—Methods or arrangements for data conversion without changing the order or content of the data handled
- G06F5/01—Methods or arrangements for data conversion without changing the order or content of the data handled for shifting, e.g. justifying, scaling, normalising
- G06F5/012—Methods or arrangements for data conversion without changing the order or content of the data handled for shifting, e.g. justifying, scaling, normalising in floating-point computations
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Nonlinear Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Algebra (AREA)
- Complex Calculations (AREA)
- Executing Machine-Instructions (AREA)
Description
1. 入力ベクトルVに関して、入力ベクトルVのドット積をそれ自体で計算する
2. ドット積の逆数平方根を計算する
3. 入力ベクトルVの各成分に逆数平方根値を掛ける
データ値に処理演算を行うように構成される処理回路と、
該処理回路に連結され、かつプログラム命令をデコードして、該処理回路を制御するための制御信号を生成し、該プログラム命令によって特定される処理演算を行うように構成されるデコーダ回路と、を備え、
該デコーダ回路が、引数削減命令に応答して、該処理回路を制御するための制御信号を生成し、複数の成分を有するベクトル浮動小数点値に処理演算を行い、該複数の成分のそれぞれが、整数指数値および仮数値を含み、該処理演算が、
該複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
前記複数の成分のそれぞれに対して、前記指数シフト値Cが非ゼロである場合は、前記指数シフト値Cを前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成する。
データ値に処理演算を行うための処理手段と、
プログラム命令をデコードして、該処理回路を制御するための制御信号を生成し、該プログラム命令によって特定される処理演算を行うデコーダ手段と、を備え、
該デコーダ手段が、引数削減命令に応答して、該処理手段を制御するように制御信号を生成し、複数の成分を有するベクトル浮動小数点値に処理演算を行い、該複数の成分のそれぞれが、整数指数値および仮数値を含み、該処理演算が、
該複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
該複数の成分のそれぞれに対して、該指数シフト値Cが非ゼロである場合は、該指数シフト値Cを該成分の整数指数値に加算して、該複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成することを含む、装置を提供する。
引数削減命令に応答して、複数の成分を有するベクトル浮動小数点に処理演算を行うステップであって、該複数の成分のそれぞれは、整数指数値と仮数値とを含み、該処理演算は、
該複数の成分の最大整数指数値Bを識別
することと、
(B+C)が第1の所定値Edotmax未満であり、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
該複数の成分のそれぞれに対して、該指数シフト値Cが非ゼロである場合は、該指数シフト値Cを該成分の整数指数値に加算して、該複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成するステップを含む、データを処理する方法を提供する。
該複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
該複数の成分のそれぞれに対して、該指数シフト値Cが非ゼロである場合は、該指数シフト値Cを該成分の整数指数値に加算して、該複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成することと、を含む、コンピュータプログラム製品を提供する。
510 仮想マシンプログラム
520 ホストオペレーティングシステム
530 ホストプロセッサ
Claims (16)
- データを処理するための装置であって、
データ値に処理演算を行うように構成される処理回路と、
前記処理回路に連結され、かつプログラム命令をデコードし、前記処理回路を制御するための制御信号を生成して、前記プログラム命令によって特定される処理演算を行うように構成されるデコーダ回路と、を備え、
前記デコーダ回路が、引数削減命令に応答して、前記処理回路を制御するための制御信号を生成し、複数の成分を有するベクトル浮動小数点値に処理演算を行い、前記複数の成分のそれぞれが、整数指数値および仮数値を含み、前記処理演算が、
前記複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
前記複数の成分のそれぞれに対して、前記指数シフト値Cが非ゼロである場合は、前記指数シフト値Cを、前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成することを含み、
前記第1の所定値Edotmaxが、最小整数値であり、Edotmaxの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のオーバーフローをもたらし、かつ、
前記第2の所定値Edotminが、最大整数値であり、Edotminの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のアンダーフローをもたらす、装置。 - 各成分が、浮動小数点数(−1)Sc*2(Ec−127)*(1+(Mc/224))を表す、符号値Sc、整数指数値Ec、および仮数値Mcを有し、Edotmaxが190である、請求項1に記載の装置。
- 各成分は、浮動小数点数(−1)Sc*2(Ec−127)*(1+(Mc/224))を表す、符号値Sc、整数指数値Ec、および仮数Mcを有し、Edotminは64である、請求項1に記載の装置。
- 前記複数の成分のうちのいずれか1つに対して、前記指数シフト値Cを、前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成する場合、前記複数の結果の成分のうちの1つは、浮動小数点のアンダーフローとなり、次に、前記複数の結果の成分のうちの1つをゼロ値に置き換える、請求項1に記載の装置。
- 前記指数シフト値Cを選択することが、
前記複数の成分のそれぞれに対して、最上Pビットである高次指数部分Ehoを形成することであって、前記整数指数値Pは、前記整数指数値内の総ビット数未満であることと、
前記高次指数部分Ehoの中から最大値Ehomaxを選択することと、および、
前記複数の成分のそれぞれに対して、(2(P−1)−Ehomax)の値を前記高次指数部分Ehoに加算することと、
によって得られるものと同一の結果をもたらす値を選択することを含む、請求項1に記載の装置。 - 前記複数の成分のうちのいずれか1つに対して、前記(2(P−1)−Ehomax)の値を前記高次指数部分Ehoに加算する場合、前記(2(P−1)−Ehomax)の値が負であり、前記加算が、アンダーフローし、次に、前記複数の結果の成分のうちの対応する1つを値ゼロに置き換える、請求項5に記載の装置。
- 前記整数指数値内の総ビット数が8であり、かつ、P=3である、請求項5に記載の装置。
- 前記複数の成分のうちのいずれかが浮動小数点非数である場合、前記複数の結果の成分のすべてが、浮動小数点非数に設定される、請求項1に記載の装置。
- 前記複数の成分のうちのいずれかが浮動小数点無限大値である場合、浮動小数点無限大値を有する成分に対応する各結果の成分は、大きさ1の浮動小数点値に設定され、前記成分の前記浮動小数点無限大値に整合する符号および残りの結果の成分のすべては、大きさゼロの浮動小数点値に設定される、請求項1に記載の装置。
- 前記引数削減命令は、また、前記複数の結果の成分のスカラー積によって得られるものと同一の値を有する結果のスカラー積を生成する、請求項1に記載の装置。
- 前記処理回路および前記デコーダ回路は、前記引数削減命令に続いて、1つまたは複数のさらなる命令のシーケンスに応答して、
前記複数の結果の成分のスカラー積によって得られるものと同一の値を有する結果のスカラー積を生成することと、
前記結果のスカラー積の逆数平方根を生成することと、
各結果の成分に対して、前記結果の成分に前記逆数平方根を掛けることによって、対応する正規化成分を生成することと、によって得られるものと同一の複数の正規化成分を有する正規化ベクトル浮動小数点値を生成する、請求項1に記載の装置。 - 前記処理回路および前記デコーダ回路は、グラフィクス処理ユニットの一部である、請求項1に記載の装置。
- データを処理する装置であって、
データ値に処理演算を行うための処理手段と、
プログラム命令をデコードして、前記処理手段を制御するための制御信号を生成し、前記プログラム命令によって特定される処理演算を行うデコーダ手段と、を備え、
前記でコーダ手段が、引数削減命令に応答して、前記処理手段を制御するための制御信号を生成し、複数の成分を有するベクトル浮動小数点値に処理演算を行い、前記複数の成分のそれぞれは、整数指数値および仮数値を含み、前記処理演算が、
前記複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
前記複数の成分のそれぞれに対して、前記指数シフト値Cが非ゼロである場合は、前記指数シフト値Cを前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成することと、を含み、
前記第1の所定値Edotmaxが、最小整数値であり、Edotmaxの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のオーバーフローをもたらし、かつ、
前記第2の所定値Edotminが、最大整数値であり、Edotminの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のアンダーフローをもたらす、装置。 - データを処理する方法であって、
引数削減命令に応答して、複数の成分を有するベクトル浮動小数点値に処理演算を行うステップであって、前記複数の成分のそれぞれが、整数指数値および仮数値を含み、前記処理演算が、
前記複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
前記複数の成分のそれぞれに対して、前記指数シフト値Cが非ゼロである場合は、前記指数シフト値Cを前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成するステップを含み、
前記第1の所定値Edotmaxが、最小整数値であり、Edotmaxの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のオーバーフローをもたらし、かつ、
前記第2の所定値Edotminが、最大整数値であり、Edotminの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のアンダーフローをもたらす、方法。 - プログラム命令に応答し、かつ、データ処理を行うように、データ処理装置を制御するためのコンピュータプログラムであって、複数の成分を有するベクトル浮動小数点値に処理演算を行うように、前記データ処理装置を制御するための引数削減命令を含み、前記複数の成分のそれぞれが、整数指数値および仮数値を含み、前記処理演算が、
前記複数の成分の最大整数指数値Bを識別することと、
(B+C)が第1の所定値Edotmax未満であり、かつ、(B+C)が第2の所定値Edotminよりも大きくなるように、整数値である指数シフト値Cを選択することと、
前記複数の成分のそれぞれに対して、前記指数シフト値Cが非ゼロである場合は、前記指数シフト値Cを前記成分の整数指数値に加算して、前記複数の結果の成分のうちの1つを生成することと、によって得られるものと同一の複数の結果の成分を生成することと、を含み、
前記第1の所定値Edotmaxが、最小整数値であり、Edotmaxの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のオーバーフローをもたらし、かつ、
前記第2の所定値Edotminが、最大整数値であり、Edotminの整数指数値および仮数Mを有する浮動小数点値の平方が、少なくとも1つのMの値に対して浮動小数点のアンダーフローをもたらす、コンピュータプログラム。 - 請求項1に記載のデータを処理するための装置を提供するようにプログラムを実行するコンピュータを備える、仮想マシン。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB1016071.1 | 2010-09-24 | ||
GB1016071.1A GB2483902B (en) | 2010-09-24 | 2010-09-24 | Vector floating point argument reduction |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2012069116A JP2012069116A (ja) | 2012-04-05 |
JP2012069116A5 JP2012069116A5 (ja) | 2015-04-09 |
JP5731937B2 true JP5731937B2 (ja) | 2015-06-10 |
Family
ID=43127899
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011202971A Active JP5731937B2 (ja) | 2010-09-24 | 2011-09-16 | ベクトル浮動小数点引数削減 |
Country Status (6)
Country | Link |
---|---|
US (2) | US20130246496A1 (ja) |
JP (1) | JP5731937B2 (ja) |
CN (1) | CN102566964B (ja) |
GB (1) | GB2483902B (ja) |
TW (1) | TWI526928B (ja) |
WO (1) | WO2012038708A1 (ja) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9104473B2 (en) * | 2012-03-30 | 2015-08-11 | Altera Corporation | Conversion and compression of floating-point and integer data |
CN104166535B (zh) * | 2013-07-19 | 2017-07-28 | 郑州宇通客车股份有限公司 | 定点处理器及其防溢方法 |
CN104866279A (zh) * | 2014-02-21 | 2015-08-26 | 北京国睿中数科技股份有限公司 | 实现浮点数指数分析替换的装置及方法 |
US20160019027A1 (en) * | 2014-07-15 | 2016-01-21 | Qualcomm Incorporated | Vector scaling instructions for use in an arithmetic logic unit |
US9779272B2 (en) * | 2015-04-14 | 2017-10-03 | Analog Devices, Inc. | Extended use of logarithm and exponent instructions |
KR20180122021A (ko) * | 2016-03-29 | 2018-11-09 | 오션 로직 피티와이 리미티드 | 큰 벡터 사이의 점 곱들과 관련된 연산 복잡도를 축소하기 위해 디지털 컴퓨터를 동작시키는 방법 |
CN106775587B (zh) * | 2016-11-30 | 2020-04-14 | 上海兆芯集成电路有限公司 | 计算机指令的执行方法以及使用此方法的装置 |
US10579334B2 (en) * | 2018-05-08 | 2020-03-03 | Microsoft Technology Licensing, Llc | Block floating point computations using shared exponents |
US11636319B2 (en) * | 2018-08-22 | 2023-04-25 | Intel Corporation | Iterative normalization for machine learning applications |
US10853068B2 (en) | 2018-09-28 | 2020-12-01 | Ocean Logic Pty Ltd | Method for operating a digital computer to reduce the computational complexity associated with dot products between large vectors |
US11586883B2 (en) * | 2018-12-14 | 2023-02-21 | Microsoft Technology Licensing, Llc | Residual quantization for neural networks |
US11347511B2 (en) * | 2019-05-20 | 2022-05-31 | Arm Limited | Floating-point scaling operation |
US11188303B2 (en) * | 2019-10-02 | 2021-11-30 | Facebook, Inc. | Floating point multiply hardware using decomposed component numbers |
US11157238B2 (en) * | 2019-11-15 | 2021-10-26 | Intel Corporation | Use of a single instruction set architecture (ISA) instruction for vector normalization |
CN111258537B (zh) * | 2020-01-15 | 2022-08-09 | 中科寒武纪科技股份有限公司 | 一种防止数据溢出的方法、装置和芯片 |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0596175A1 (en) | 1992-11-05 | 1994-05-11 | International Business Machines Corporation | Apparatus for executing the argument reduction in exponential computations of IEEE standard floating-point numbers |
US5563818A (en) * | 1994-12-12 | 1996-10-08 | International Business Machines Corporation | Method and system for performing floating-point division using selected approximation values |
US5619439A (en) * | 1995-07-05 | 1997-04-08 | Sun Microsystems, Inc. | Shared hardware for multiply, divide, and square root exponent calculation |
JP3790307B2 (ja) * | 1996-10-16 | 2006-06-28 | 株式会社ルネサステクノロジ | データプロセッサ及びデータ処理システム |
US5973705A (en) * | 1997-04-24 | 1999-10-26 | International Business Machines Corporation | Geometry pipeline implemented on a SIMD machine |
JPH1124887A (ja) | 1997-07-01 | 1999-01-29 | Sega Enterp Ltd | ベクトル正規化演算器、ベクトル正規化演算方法及び記録媒体 |
US6247117B1 (en) * | 1999-03-08 | 2001-06-12 | Advanced Micro Devices, Inc. | Apparatus and method for using checking instructions in a floating-point execution unit |
US6353439B1 (en) * | 1999-12-06 | 2002-03-05 | Nvidia Corporation | System, method and computer program product for a blending operation in a transform module of a computer graphics pipeline |
JP2001175455A (ja) | 1999-12-14 | 2001-06-29 | Sega Corp | ベクトル正規化演算器、ベクトル正規化演算方法及び記録媒体 |
US6614431B1 (en) * | 2001-01-18 | 2003-09-02 | David J. Collodi | Method and system for improved per-pixel shading in a computer graphics system |
US6996597B2 (en) * | 2001-06-15 | 2006-02-07 | Centillium Communications, Inc. | Increasing precision in multi-stage processing of digital signals |
JP2006065633A (ja) | 2004-08-27 | 2006-03-09 | Sony Computer Entertainment Inc | 演算方法および装置 |
US7225323B2 (en) | 2004-11-10 | 2007-05-29 | Nvidia Corporation | Multi-purpose floating point and integer multiply-add functional unit with multiplication-comparison test addition and exponent pipelines |
JP2007079696A (ja) * | 2005-09-12 | 2007-03-29 | Hitachi Kokusai Electric Inc | 浮動小数点数のベクトル演算方法 |
WO2007041561A2 (en) * | 2005-10-03 | 2007-04-12 | Sunfish Studio, Llc | Representation of modal intervals within a computer |
GB2454201A (en) * | 2007-10-30 | 2009-05-06 | Advanced Risc Mach Ltd | Combined Magnitude Detection and Arithmetic Operation |
US7925866B2 (en) * | 2008-01-23 | 2011-04-12 | Arm Limited | Data processing apparatus and method for handling instructions to be executed by processing circuitry |
GB2458665B (en) * | 2008-03-26 | 2012-03-07 | Advanced Risc Mach Ltd | Polynomial data processing operation |
GB2464292A (en) * | 2008-10-08 | 2010-04-14 | Advanced Risc Mach Ltd | SIMD processor circuit for performing iterative SIMD multiply-accumulate operations |
US20100262722A1 (en) * | 2009-04-10 | 2010-10-14 | Christophe Vauthier | Dynamic Assignment of Graphics Processing Unit to a Virtual Machine |
-
2010
- 2010-09-24 GB GB1016071.1A patent/GB2483902B/en active Active
-
2011
- 2011-03-14 WO PCT/GB2011/050497 patent/WO2012038708A1/en active Application Filing
- 2011-03-14 US US13/825,179 patent/US20130246496A1/en not_active Abandoned
- 2011-08-23 TW TW100130131A patent/TWI526928B/zh active
- 2011-08-26 US US13/137,576 patent/US9146901B2/en active Active
- 2011-09-16 JP JP2011202971A patent/JP5731937B2/ja active Active
- 2011-09-26 CN CN201110294485.6A patent/CN102566964B/zh active Active
Also Published As
Publication number | Publication date |
---|---|
CN102566964A (zh) | 2012-07-11 |
GB201016071D0 (en) | 2010-11-10 |
US20120078987A1 (en) | 2012-03-29 |
TW201216152A (en) | 2012-04-16 |
GB2483902A (en) | 2012-03-28 |
JP2012069116A (ja) | 2012-04-05 |
CN102566964B (zh) | 2016-04-27 |
TWI526928B (zh) | 2016-03-21 |
GB2483902B (en) | 2018-10-24 |
US20130246496A1 (en) | 2013-09-19 |
WO2012038708A1 (en) | 2012-03-29 |
US9146901B2 (en) | 2015-09-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5731937B2 (ja) | ベクトル浮動小数点引数削減 | |
CN107077416B (zh) | 用于以选择性舍入模式进行向量处理的装置和方法 | |
JP6162203B2 (ja) | 命令に応じた丸め処理の実行 | |
CN106250098B (zh) | 用于在执行浮点运算时控制舍入的装置及方法 | |
JP2012069116A5 (ja) | ||
TWI470545B (zh) | 用以執行範圍檢測之設備,處理器,系統,方法,指令,及邏輯 | |
US10235135B2 (en) | Normalization of a product on a datapath | |
WO2013109532A1 (en) | Algebraic processor | |
WO2018138469A1 (en) | An apparatus and method for processing input operand values | |
KR102560424B1 (ko) | 와이드 데이터 타입들의 비교 | |
US20160364209A1 (en) | Apparatus and method for inhibiting roundoff error in a floating point argument reduction operation | |
WO2012087633A2 (en) | Performing reciprocal instructions with high accuracy | |
JP2020071642A (ja) | 演算処理装置及びその制御方法 | |
JP7541524B2 (ja) | アンカーデータ要素における特殊値の符号化 | |
JP6886927B2 (ja) | 浮動小数点値の処理のための装置及び方法 | |
US9959092B2 (en) | Accumulation of floating-point values | |
US10963245B2 (en) | Anchored data element conversion | |
CN105468566B (zh) | 用于计算数据的方法和设备 | |
JP2023546454A (ja) | 高精度アンカー暗黙処理 | |
CN113778376A (zh) | 改进的用于执行乘法/累加运算的设备 | |
JP2002304288A (ja) | データ演算処理装置及びデータ演算処理プログラム | |
JP2013515319A (ja) | 分岐なし高速ベクトル除算計算 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20131018 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141125 |
|
A524 | Written submission of copy of amendment under article 19 pct |
Free format text: JAPANESE INTERMEDIATE CODE: A524 Effective date: 20150224 |
|
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: 20150316 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150410 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5731937 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |