KR20160120249A - 수학적 함수를 연산하는 시스템 및 방법 - Google Patents
수학적 함수를 연산하는 시스템 및 방법 Download PDFInfo
- Publication number
- KR20160120249A KR20160120249A KR1020160042910A KR20160042910A KR20160120249A KR 20160120249 A KR20160120249 A KR 20160120249A KR 1020160042910 A KR1020160042910 A KR 1020160042910A KR 20160042910 A KR20160042910 A KR 20160042910A KR 20160120249 A KR20160120249 A KR 20160120249A
- Authority
- KR
- South Korea
- Prior art keywords
- hardware stage
- inverse function
- opcode
- stage
- arguments
- Prior art date
Links
- 238000007620 mathematical function Methods 0.000 title claims abstract description 13
- 238000000034 method Methods 0.000 title claims description 34
- 238000007781 pre-processing Methods 0.000 claims description 13
- 238000012545 processing Methods 0.000 claims description 7
- 238000012805 post-processing Methods 0.000 claims description 6
- 230000008569 process Effects 0.000 claims description 6
- 230000006870 function Effects 0.000 abstract description 46
- 101150083341 LOG2 gene Proteins 0.000 abstract description 10
- 238000010586 diagram Methods 0.000 description 12
- 238000004590 computer program Methods 0.000 description 8
- 238000004422 calculation algorithm Methods 0.000 description 7
- 230000004048 modification Effects 0.000 description 4
- 238000012986 modification Methods 0.000 description 4
- 238000004364 calculation method Methods 0.000 description 3
- 230000001788 irregular Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 238000009877 rendering Methods 0.000 description 1
Images
Classifications
-
- 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/548—Trigonometric functions; Co-ordinate transformations
-
- 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/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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/20—Processor architectures; Processor configuration, e.g. pipelining
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Physics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Algebra (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Complex Calculations (AREA)
- Image Processing (AREA)
- Advance Control (AREA)
- Executing Machine-Instructions (AREA)
- Image Generation (AREA)
Abstract
Description
도 1은 컴퓨터 시스템의 개략 블록도;
도 2는 본 발명의 일 실시예에 따른 6개의 스테이지로 통일된 하드웨어 파이프라인(6 stage unified hardware pipeline)을 도시하는 블록도;
도 3은 본 발명의 일 실시예에 따른 3개의 스테이지 RCP 하드웨어 파이프라인라인을 도시하는 블록도;
도 4는 본 발명의 일 실시예에 따른 여러 예시적인 데이터 룩업 표를 계산하는 알고리즘을 도시하는 흐름도;
도 5는 본 발명의 일 실시예에 따른 대안적인 통일된 하드웨어 파이프라인을 도시하는 흐름도; 및
도 6은 본 발명의 일 실시예에 따른 역삼각 함수(inverse trigonometric function)를 계산하는 대안적인 파이프라인을 도시하는 흐름도.
연산 코드 | 입력 인수(들) | 출력 인수(들) |
ACos(x), ACosPi(x) | x, 무정의(don't care) | u = 1 - x*x (Fma를 사용) s = Sqrt(u) |
ASin(x), ASinPi(x) | x, 무정의 |
u = 1 - x*x (Fma를 사용) s = Sqrt(u) |
ATan(x) ATanPi(x), | x, 무정의 |
u = 1 + x*x (Fma를 사용) s = Rsqrt(u) t = s*x |
ATan2(x,y), ATan2Pi(x,y), 입력 (s, t) |
x, y | (x', y') = 새로운(x, y) u = x'*x' + y'*y' (Dp2를 사용) v = Rsqrt(u) s = x'*v t = y'*v |
연산 코드 | Out1 | Out2 |
ACos(x), ACosPi(x) | G(|x|)*Sign(x) | x ≥ 0 ? 0 : π |
ASin(x), ASinPi(x) | G(s) | Not Used |
ATan(x) ATanPi(x), | s < 2^(-40) ? 0 : G(s) | s < 2^(-40) ? Sign(x)* π/2 : 0 |
ATan2(x,y), ATan2Pi(x,y), 입력 (s, t) |
G(s)*(Sign(s)) (Sign(x) = Sign(s)) |
x ≥ 0 ? 0 : Sign(t)*π (Sign(y) = Sign(s)) |
연산 코드 | 최종 결과(w) |
ACos(x), | w = s*Out1 + Out2 |
ACosPi(x) | w = (s*Out1 + Out2)*(1/Pi) |
ASin(x), | w = Out1*x |
ASinPi(x) | w = Out1*x*Pi |
ATan(y) | w = Out1*t + Out2 |
ATanPi(y) | w = (Out1*t + Out2)*(1/Pi) |
ATan2(x,y), | w = Out1*t + Out2 |
ATan2Pi(x,y), | w = (Out1*t + Out2)*(1/Pi) |
입력 y | 입력 x | 출력 y' | 출력 x' |
Nan | x | Nan | x |
y | Nan | y | Nan |
±0 | Sign(x) = 0 | ±eps (t = ±0, G(s) = 1) | 4.0 |
±0 | Sign(x) = 1 | ±eps (t = ±0, -G(s) = ±1) | -4.0 |
±y (y>비정규수) |
±0 | ±4.0 (sign as Y) | Eps (eps는, 2^(-126, fp32에 대해 최소 양의 정규 부동 소숫점 수)일 수 있다) |
±y (비정규수<y<Inf) |
±Inf | ±eps | ±4.0 |
±Inf | ±x (비정규수<x< Inf) |
±4.0 | Eps |
±Inf | ±Inf | ±1 | ±1 |
0이 아닌 x | 0이 아닌 y, |x| ≥ |y| | y' = y * 2^k1 (|x'|가 범위 [2^40 내지 2^41) 내에 있게 하는 k1) |
x' = x * 2^k1 (|x'|가 범위 [2^40 내지 2^41) 내에 있게 하는 k1) |
0이 아닌 x | 0이 아닌 y, |x| < |y| | y' = y * 2^k2 (|y'|가 범위 [2^40 내지 2^41) 내에 있게 하는 k2) |
x' = x * 2^k2 (|y'|가 범위 [2^40 내지 2^41) 내에 있게 하는 k2) |
Claims (20)
- 수학적 함수를 연산하는 장치로서, 상기 장치는,
연산 코드(opcode)와 하나 이상의 입력 인수(input argument)를 입력으로 취하고, 상기 하나 이상의 입력 인수와 연산 코드에 따라 하나 이상의 출력 인수를 생성하도록 구성된 전처리 하드웨어 스테이지 회로;
값 G(Z)을 계산하도록 구성된 역함수 하드웨어 스테이지로서, Z는, 상기 연산 코드가 Acos이 아닌 역함수(inverse function)에 대응하는 경우에는 상기 출력 인수들 중 하나이고, 상기 연산 코드가 Acos에 대응할 때에는 상기 하나 이상의 입력 인수 중 하나이고, G(Z) = Acos(Z)/Sqrt(1-Z*Z)인, 상기 역함수 하드웨어 스테이지; 및
상기 연산 코드에 따라 상기 하나 이상의 입력 인수와 상기 하나 이상의 출력 인수 중 적어도 하나의 인수와 G(Z)를 처리하여 최종 결과를 획득하도록 구성된 후처리 하드웨어 스테이지를 포함하는 것을 특징으로 하는 장치. - 제1항에 있어서, 상기 역함수 하드웨어 스테이지는 하나 이상의 룩업 표(look up table)로부터 G(Z)를 계산하도록 구성된 것을 특징으로 하는 장치.
- 제2항에 있어서, 상기 역함수 하드웨어 스테이지는 상기 하나 이상의 룩업 표로부터 값을 사용하여 다항식 근사(polynomial approximation)를 수행하는 것에 의해 상기 하나 이상의 룩업 표로부터 G(Z)를 계산하도록 구성된 것을 특징으로 하는 장치.
- 제3항에 있어서, 상기 역함수 하드웨어 스테이지는 (Z-Z0)와 (Z-Z1)의 값을 사용하여 다항식을 연산하는 것에 의해 상기 다항식 근사를 수행하도록 구성되고, 상기 하나 이상의 룩업 표는 Z 미만인 Z0에 대응하는 값과, Z를 초과하는 Z1에 대응하는 값을 포함하고, Z0와 Z1의 값에 대응하는 것을 특징으로 하는 장치.
- 제4항에 있어서, 역함수 하드웨어 스테이지는 (Z - Z1)을 NOT(Z-Z0)으로 계산하도록 구성된 것을 특징으로 하는 장치.
- 제4항에 있어서, 상기 역함수 하드웨어 스테이지는 (Z - Z0)*(Z-Z1)의 값을 사용하여 다항식을 더 연산하는 것에 의해 상기 다항식 근사를 수행하도록 구성된 것을 특징으로 하는 장치.
- 제6항에 있어서, 상기 역함수 하드웨어 스테이지는 G(Z) = a + b*(Z-Z0) + c*(Z-Z0)*(Z-Z1)을 계산하는 것에 의해 상기 다항식 근사를 수행하도록 구성되고, 값 a, b, 및 c는 값 Z0과 Z1에 대응하고, 상기 하나 이상의 룩업 표로부터 검색되는 것을 특징으로 하는 장치.
- 제1항에 있어서, 상기 전처리 하드웨어 스테이지는 표 1과 표 4에 따른 상기 입력 인수에 따라 상기 출력 인수를 계산하도록 구성된 것을 특징으로 하는 장치.
- 제1항에 있어서, 상기 후처리 하드웨어 스테이지는 표 2에 따른 상기 연산 부호, 입력 인수, 출력 인수, 및 G(Z)에 따라 상기 최종 결과를 계산하도록 구성된 것을 특징으로 하는 장치.
- 제1항에 있어서, 상기 전처리, 역함수, 및 후처리 하드웨어 스테이지는 상기 연산 코드에 따라 Asin, Acos, Atan, 및 Atan2에 대응하는 최종 결과를 생성하도록 구성된 것을 특징으로 하는 장치.
- 수학적 함수를 연산하는 방법으로서, 상기 방법은,
전처리 하드웨어 스테이지에 의해, 연산 코드와 1개 또는 2개의 입력 인수를 수신하는 단계;
상기 전처리 하드웨어 스테이지에 의해, 상기 입력 인수와 상기 1개 또는 2개의 입력 인수와 상기 연산 코드에 따라 1개 또는 2개의 출력 인수를 생성하는 단계;
역함수 하드웨어 스테이지 회로에 의해, 값 G(Z)을 처리하는 단계로서, Z는, 상기 연산 코드가 Acos이 아닌 역함수에 대응하는 경우에는 상기 출력 인수들 중 하나이고, 상기 연산 코드가 Acos에 대응할 때에는 상기 하나 이상의 입력 인수 중 하나이고, G(Z) = Acos(Z)/Sqrt(1-Z*Z)인, 상기 처리하는 단계; 및
후처리 하드웨어 스테이지에 의해, 상기 연산 코드에 따라 상기 하나 이상의 입력 인수와 상기 하나 이상의 출력 인수 중 적어도 하나의 인수와 G(Z)를 처리하여 최종 결과를 획득하는 단계를 포함하는 것을 특징으로 하는 방법. - 제11항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, 하나 이상의 룩업 표로부터 G(Z)를 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제12항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, 상기 하나 이상의 룩업 표로부터 값을 사용하여 다항식 근사를 수행하는 것에 의해 상기 하나 이상의 룩업 표로부터 G(Z)를 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제13항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, (Z-Z0)과 (Z-Z1)의 값을 사용하여 다항식을 연산하는 것에 의해 상기 다항식 근사를 계산하는 단계를 더 포함하고, 상기 하나 이상의 룩업 표는 Z 미만인 Z0에 대응하는 값과, Z를 초과하는 Z1에 대응하는 값을 포함하고, Z0와 Z1의 값에 대응하는 것을 특징으로 하는 방법.
- 제14항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, (Z - Z1)을 NOT(Z-Z0)으로 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제14항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, (Z - Z0)*(Z-Z1)의 값을 사용하여 상기 다항식 근사를 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제16항에 있어서, 상기 역함수 하드웨어 스테이지에 의해, G(Z) = a + b*(Z-Z0) + c*(Z-Z0)*(Z-Z1)을 계산하는 것에 의해 상기 다항식 근사를 계산하는 단계를 더 포함하고, 값 a, b, 및 c는 값 Z0과 Z1에 대응하고, 상기 하나 이상의 룩업 표로부터 검색되는 것을 특징으로 하는 방법.
- 제11항에 있어서, 상기 전처리 하드웨어 스테이지에 의해, 표 1과 표 4에 따른 상기 입력 인수에 따라 상기 출력 인수를 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제11항에 있어서, 상기 전처리 하드웨어 스테이지에 의해, 표 2에 따른 상기 연산 부호, 입력 인수, 출력 인수, 및 G(Z)에 따라 상기 최종 결과를 계산하는 단계를 더 포함하는 것을 특징으로 하는 방법.
- 제11항에 있어서, 상기 최종 결과는 상기 연산 코드에 따라 Asin, Acos, Atan, 및 Atan2 중 하나에 대응하는 것을 특징으로 하는 방법.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/680,791 | 2015-04-07 | ||
US14/680,791 US9703530B2 (en) | 2006-07-25 | 2015-04-07 | Systems and methods for computing mathematical functions |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20160120249A true KR20160120249A (ko) | 2016-10-17 |
KR102503498B1 KR102503498B1 (ko) | 2023-02-23 |
Family
ID=55808945
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020160042910A KR102503498B1 (ko) | 2015-04-07 | 2016-04-07 | 수학적 함수를 연산하는 시스템 및 방법 |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP3079056B1 (ko) |
JP (1) | JP6770777B2 (ko) |
KR (1) | KR102503498B1 (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20230015758A (ko) | 2021-07-23 | 2023-01-31 | 세종대학교산학협력단 | 선형 보간법을 이용한 삼각함수 계산 방법 및 장치 |
WO2023008984A1 (ko) * | 2021-07-30 | 2023-02-02 | 주식회사 사피온코리아 | 부동 소수점 표현에서 함수 근사를 연산하는 방법 및 장치 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180217814A1 (en) * | 2017-02-02 | 2018-08-02 | Vivante Corporation | Systems And Methods For Computing Mathematical Functions |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005275626A (ja) * | 2004-03-23 | 2005-10-06 | Fujitsu Ltd | 演算種別と精度を選択可能な近似演算処理方法および近似演算処理装置 |
JP2006059084A (ja) * | 2004-08-19 | 2006-03-02 | Renesas Technology Corp | データプロセッサ、データ処理方法及び演算処理プログラム |
JP2008071336A (ja) * | 2006-07-25 | 2008-03-27 | Vivante Corp | 同一の技術に基づくrcp,sqrt,expおよびlog関数の単一データパス浮動小数点実行及び少ない待ち時間のrcp |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05509185A (ja) * | 1990-07-19 | 1993-12-16 | モトローラ・インコーポレーテッド | 逆三角関数の値を求めるための装置および方法 |
US9600236B2 (en) * | 2006-07-25 | 2017-03-21 | Vivante Corporation | Systems and methods for computing mathematical functions |
US8862650B2 (en) * | 2010-06-25 | 2014-10-14 | Altera Corporation | Calculation of trigonometric functions in an integrated circuit device |
-
2016
- 2016-04-05 JP JP2016075643A patent/JP6770777B2/ja active Active
- 2016-04-07 EP EP16164224.4A patent/EP3079056B1/en active Active
- 2016-04-07 KR KR1020160042910A patent/KR102503498B1/ko active IP Right Grant
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005275626A (ja) * | 2004-03-23 | 2005-10-06 | Fujitsu Ltd | 演算種別と精度を選択可能な近似演算処理方法および近似演算処理装置 |
JP2006059084A (ja) * | 2004-08-19 | 2006-03-02 | Renesas Technology Corp | データプロセッサ、データ処理方法及び演算処理プログラム |
JP2008071336A (ja) * | 2006-07-25 | 2008-03-27 | Vivante Corp | 同一の技術に基づくrcp,sqrt,expおよびlog関数の単一データパス浮動小数点実行及び少ない待ち時間のrcp |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20230015758A (ko) | 2021-07-23 | 2023-01-31 | 세종대학교산학협력단 | 선형 보간법을 이용한 삼각함수 계산 방법 및 장치 |
WO2023008984A1 (ko) * | 2021-07-30 | 2023-02-02 | 주식회사 사피온코리아 | 부동 소수점 표현에서 함수 근사를 연산하는 방법 및 장치 |
KR20230018742A (ko) * | 2021-07-30 | 2023-02-07 | 주식회사 사피온코리아 | 부동 소수점 표현에서 함수 근사를 연산하는 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
EP3079056A2 (en) | 2016-10-12 |
JP6770777B2 (ja) | 2020-10-21 |
KR102503498B1 (ko) | 2023-02-23 |
JP2016201108A (ja) | 2016-12-01 |
EP3079056A3 (en) | 2017-01-25 |
EP3079056B1 (en) | 2020-12-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106990937B (zh) | 一种浮点数处理装置和处理方法 | |
US20210182026A1 (en) | Compressing like-magnitude partial products in multiply accumulation | |
JP5731937B2 (ja) | ベクトル浮動小数点引数削減 | |
JP4635087B2 (ja) | 拡張関数のための向上した浮動小数点演算部 | |
Low et al. | A memory-efficient tables-and-additions method for accurate computation of elementary functions | |
KR20170034217A (ko) | 프로세싱 장치 및 프로세싱 장치에서 연산을 수행하는 방법 | |
US20130091189A1 (en) | Single datapath floating point implementation of RCP, SQRT, EXP and LOG functions and a low latency RCP based on the same techniques | |
US9600236B2 (en) | Systems and methods for computing mathematical functions | |
KR102503498B1 (ko) | 수학적 함수를 연산하는 시스템 및 방법 | |
US9703530B2 (en) | Systems and methods for computing mathematical functions | |
KR102559930B1 (ko) | 수학적 함수들을 연산하기 위한 시스템 및 방법들 | |
de Lassus Saint-Geniès et al. | Exact lookup tables for the evaluation of trigonometric and hyperbolic functions | |
WO2018196750A1 (zh) | 处理乘加运算的装置和处理乘加运算的方法 | |
WO2017185334A1 (zh) | 一种用于执行多种超越函数运算的装置和方法 | |
JP2010067251A (ja) | 許容誤差内の整数除算回路 | |
JPH04291418A (ja) | 除算回路の前処理装置 | |
JP6646350B2 (ja) | 様々な数値フォーマットのデータを用いてデータに基づく関数モデルを計算するためのモデル計算ユニット、および制御装置 | |
KR102281047B1 (ko) | 4개의 입력 내적 회로를 사용하는 삼각 함수 계산 | |
Zyuzina et al. | Monotone approximation of a scalar conservation law based on the CABARET scheme in the case of a sign-changing characteristic field | |
EP3923132B1 (en) | Device for performing multiply/accumulate operations | |
Park et al. | Effective fixed-point pipelined divider for mobile rendering processors | |
TW201712570A (zh) | 三角函數計算方法以及裝置 | |
CN116451739A (zh) | 基于fpga的轻量级神经网络池化模型及方法 | |
Agarwal et al. | Implementation of Special Function Unit for Vertex Shader Processor Using Hybrid Number System | |
JPH04216127A (ja) | 平方根演算装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20160407 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20210310 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20160407 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20220627 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20230109 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20230221 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20230221 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |