KR20210067505A - 뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 - Google Patents
뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 Download PDFInfo
- Publication number
- KR20210067505A KR20210067505A KR1020190157203A KR20190157203A KR20210067505A KR 20210067505 A KR20210067505 A KR 20210067505A KR 1020190157203 A KR1020190157203 A KR 1020190157203A KR 20190157203 A KR20190157203 A KR 20190157203A KR 20210067505 A KR20210067505 A KR 20210067505A
- Authority
- KR
- South Korea
- Prior art keywords
- neural network
- accelerator
- memory
- instruction set
- input data
- Prior art date
Links
- 238000013528 artificial neural network Methods 0.000 title claims abstract description 87
- 238000000034 method Methods 0.000 title claims abstract description 24
- 238000012544 monitoring process Methods 0.000 title abstract description 6
- 230000002093 peripheral effect Effects 0.000 claims description 2
- 238000013473 artificial intelligence Methods 0.000 abstract description 4
- 238000010586 diagram Methods 0.000 description 6
- 238000011161 development Methods 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/362—Debugging of software
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2213/00—Indexing scheme relating to interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F2213/0026—PCI express
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Molecular Biology (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Neurology (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
도 2는 호스트의 명령어 세트를 나타낸 도면,
도 3은 메모리의 맵 구조를 나타낸 도면, 그리고,
도 4는 명령어 세트 실행 과정의 설명에 제공되는 흐름도이다.
110 : 소프트웨어 개발환경 모듈
120 : API 모듈
130 : 디바이스 드라이버 모듈
140 : PCIE 인터페이스
200 : 뉴럴 네트워크 가속기
210 : PCIE 인터페이스
220 : 컨트롤러
230 : 뉴럴 네트워크 가속기 코어
240 : 메모리
Claims (8)
- 호스트로부터 명령어 세트와 입력 데이터를 수신하는 인터페이스;
명령어 세트와 입력 데이터가 저장되는 메모리;
인터페이스를 통해 수신한 명령어 세트와 입력 데이터를 메모리에 저장하는 컨트롤러;
명령어 세트에 따라 뉴럴 네트워크 연산을 수행하는 가속기 코어;를 포함하는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 1에 있어서,
메모리는,
명령어 세트가 기록되는 제1 영역, 입력 데이터가 기록되는 제2 영역, 제어 데이터가 기록되는 제3 영역 및 가속기 코어의 출력 데이터가 기록되는 제4 영역을 포함하는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 1에 있어서,
명령어 세트에는,
뉴럴 네트워크의 종류를 지시하는 정보, 입력 데이터, 뉴럴 네트워크의 가중치, 바이어스, 출력 데이터가 저장되는 메모리 위치와 길이를 지시하는 정보, 뉴럴 네트워크의 제어 파라미터를 포함되는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 3에 있어서,
가속기 코어는,
메모리의 제1 영역에 기록된 명령어 세트를 읽어 디코딩하고, 메모리 위치와 길이를 참조하여 메모리에 기록된 입력 데이터, 가중치, 바이어스 정보를 내부 버퍼에 저장하는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 4에 있어서,
가속기 코어는,
뉴럴 네트워크 연산에 사용할 PE들을 구성하여 뉴럴 네트워크 연산을 수행하고, 연산 수행에 따른 출력 데이터를 메모리의 제4 영역에 저장하고,
호스트는,
메모리의 제4 영역에 기록된 출력 데이터들을 참조하여 가속기 코어의 상태를 모니터링하는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 5에 있어서,
호스트는,
가속기 코어의 PE들에 의해 연산이 수행되는 중에도 가속기 코어의 상태를 모니터링할 수 있는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 청구항 1에 있어서,
인터페이스는,
PCIE(Peripheral Component Interconnect Experimental) 인터페이스를 통해 호스트와 연결되는 것을 특징으로 하는 뉴럴 네트워크 가속기.
- 호스트로부터 명령어 세트와 입력 데이터를 수신하는 단계;
수신한 명령어 세트와 입력 데이터를 저장하는 단계;
수신한 명령어 세트에 따라 수신한 입력 데이터로 뉴럴 네트워크 연산을 수행하는 단계;를 포함하는 것을 특징으로 하는 뉴럴 네트워크 제어 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190157203A KR102463123B1 (ko) | 2019-11-29 | 2019-11-29 | 뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190157203A KR102463123B1 (ko) | 2019-11-29 | 2019-11-29 | 뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20210067505A true KR20210067505A (ko) | 2021-06-08 |
KR102463123B1 KR102463123B1 (ko) | 2022-11-04 |
Family
ID=76399893
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190157203A KR102463123B1 (ko) | 2019-11-29 | 2019-11-29 | 뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102463123B1 (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2023278078A1 (en) * | 2021-06-30 | 2023-01-05 | Micron Technology, Inc. | Artificial neural networks on a deep learning accelerator |
KR20240085820A (ko) | 2022-12-08 | 2024-06-17 | 한국전자통신연구원 | 온디바이스 리소스 할당 방법 및 장치 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190114529A1 (en) * | 2017-10-17 | 2019-04-18 | Xilinx, Inc. | Multi-layer neural network processing by a neural network accelerator using host communicated merged weights and a package of per-layer instructions |
-
2019
- 2019-11-29 KR KR1020190157203A patent/KR102463123B1/ko active IP Right Grant
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190114529A1 (en) * | 2017-10-17 | 2019-04-18 | Xilinx, Inc. | Multi-layer neural network processing by a neural network accelerator using host communicated merged weights and a package of per-layer instructions |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2023278078A1 (en) * | 2021-06-30 | 2023-01-05 | Micron Technology, Inc. | Artificial neural networks on a deep learning accelerator |
US12210962B2 (en) | 2021-06-30 | 2025-01-28 | Micron Technology, Inc. | Artificial neural networks on a deep learning accelerator |
KR20240085820A (ko) | 2022-12-08 | 2024-06-17 | 한국전자통신연구원 | 온디바이스 리소스 할당 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
KR102463123B1 (ko) | 2022-11-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107077414B (zh) | 用于生产调试的诊断工作流程 | |
CN109144515B (zh) | Dcs图形化算法组态的离线仿真方法和装置 | |
US11144330B2 (en) | Algorithm program loading method and related apparatus | |
US20120185230A1 (en) | Distributed Hardware Device Simulation | |
KR102463123B1 (ko) | 뉴럴 네트워크 가속기의 효율적인 제어, 모니터링 및 소프트웨어 디버깅 방법 | |
US10552190B2 (en) | Precise error injection for driver testing | |
US20150339214A1 (en) | Non-intrusive software verification | |
KR20180057687A (ko) | 디버깅 방법, 멀티 코어 프로세서, 및 디버깅 장비 | |
CN111143272A (zh) | 异构计算平台的数据处理方法、装置及可读存储介质 | |
WO2021057807A1 (zh) | 深度学习模型生成方法、装置、设备及存储介质 | |
US9824000B1 (en) | Testing calling code dynamically with random error injection based on user-specified configuration | |
CN104536870B (zh) | 一种进程监控方法和装置 | |
JP3938580B2 (ja) | 情報処理装置、情報処理方法、半導体装置、コンピュータプログラム | |
US20220237144A1 (en) | Baseboard management controller and construction method thereof | |
KR20210080009A (ko) | 가속기, 가속기의 동작 방법 및 가속기를 포함한 디바이스 | |
US11403206B2 (en) | Method and apparatus for debugging, and system on chip | |
CN109815135A (zh) | 一种机器人程序运行状态的监控方法、装置及智能终端 | |
WO2020259020A1 (zh) | 指令块的处理方法及装置、存储介质、电子装置 | |
JP2016091559A (ja) | Plcシステム及びその動作方法 | |
US9081560B2 (en) | Code tracing processor selection | |
KR102301937B1 (ko) | 가상 머신 환경에서의 입출력 방법 | |
CN107402892A (zh) | 半导体器件及其存储器访问控制方法 | |
KR102453628B1 (ko) | 저전력 딥러닝 가속 장치 | |
CN115878272B (zh) | 图任务调度方法、执行端设备、存储介质及程序产品 | |
KR101764509B1 (ko) | 컨트롤러의 신뢰성을 검증 가능한 차지 스토리지 메모리 장치 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20191129 |
|
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20200226 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20191129 Comment text: Patent Application |
|
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20220422 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: 20221028 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20221101 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20221101 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |