Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Code complete
- addressing mode
- L3 Router
- 리펙토링
- MMU
- physical address
- Clean code
- floating point
- ALU
- private ip
- L2 switch
- 가독성
- interrupt
- float
- 클린 코드
- 사설 IP
- CPU
- register
- 코드 컴플릿
- refactoring
- ack
- Public IP
- cache
- Sector
- network
- osi 7
- page
- TCP
- 공인 IP
- 명령어
Archives
- Today
- Total
Software Lab
5. GPU 처리 절차 본문
① Copy : 메인 메모리에 있는 데이터를 GPU 메모리 공간으로 복사한다. ② Instruct : CPU는 GPU에 연산을 요청하는 명령을 보낸다. ③ Execute : GPU는 메모리의 데이터를 연산하고 결과를 다시 메모리에 저장한다. ④ Copy : GPU 메모리에 저장된 결과를 메인 메모리에 복사한다. |
이러한 처리 절차를 API로 제공하는 것이 바로 Cuda 이다.
'컴퓨터 구조 > Input Output Devices' 카테고리의 다른 글
4. CPU vs GPU (0) | 2022.10.14 |
---|---|
3. Analog에서 Digital로 변환 과정 (0) | 2022.10.14 |
2. ADC & DAC (0) | 2022.10.14 |
1. I/O Addressing (0) | 2022.09.26 |
Comments