일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- nvidia
- Multithreading
- GPGPU
- ostep
- ubuntu
- cdua
- CSAPP
- thread
- CUDA
- OS
- gpgpu sim
- peer-to-peer access
- vi 여러 창
- Unified Memory
- GPU
- multiprocessor
- vi
- tabedit
- .cu
- Virtual Address
- 운영체제
- vim
- Process
- unix
- Producer consumer
- Linux
- C
- gpgpu-sim
- 소비자 생산자
- parallel programming
Archives
- Today
- Total
하루의 대학원 도전기
[OS] how multiprocessor remedy memory stall 본문
728x90
when a processor accesses memory, it spends a significant amount of time waiting for the data to becom available.
this situation is called memory stall (M).
( compute time : C )
with two hardware threads per core( CPU ), we can remedy this situation.
this technique is called CMT. chip multithreading.
728x90
'운영체제' 카테고리의 다른 글
[OS] Modern System Architecture (0) | 2021.10.27 |
---|---|
[OS] Thread Trace : Threads Using A Semaphore (0) | 2021.10.26 |
[OS] thread scheduling (0) | 2021.10.26 |
[OS] prediction of next CPU burst time value (0) | 2021.10.26 |
[OS] [Thread] Cancellation (2) | 2021.10.22 |