일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vi
- 운영체제
- GPGPU
- CUDA
- parallel programming
- cdua
- Unified Memory
- C
- vim
- peer-to-peer access
- CSAPP
- nvidia
- .cu
- vi 여러 창
- Producer consumer
- tabedit
- ostep
- Process
- Linux
- 소비자 생산자
- Multithreading
- Virtual Address
- GPU
- ubuntu
- unix
- thread
- multiprocessor
- gpgpu-sim
- gpgpu sim
- OS
Archives
- Today
- Total
목록전체 글 (58)
하루의 대학원 도전기
[OS] prediction of next CPU burst time value
주어진 식을 통해, 다음 CPU burst time length가 어떻게 될 지 predict 할 수 있습니다.
운영체제
2021. 10. 26. 12:52
[OS] [Thread] Cancellation
above table illustrates Pthreads allows thread to disable or enable cancellation. ( thread cancellation. ) 1. asynchronous cancellation 2. deferred cancellation.
운영체제
2021. 10. 22. 15:14
[OS] structure of semaphore
Each semaphore contains an integer value and a pointer to a list of PCBs. if a semaphore value is negative, its magnitude is the numbger of processes waiting on that semaphore.
운영체제
2021. 10. 20. 15:46
[OS] compare_and_swap () instruction ( atomic )
definition of the atomic compare_and_swap () instruction.
운영체제
2021. 10. 19. 17:26
[OS] fork()
How many processes are created? Answer : There are 8 processes created. ( 7 child processes and one original process. )
운영체제
2021. 10. 19. 15:48
[OS] Segment Registers
Example : 14-bit virtual address. Stack grows negative.
운영체제
2021. 10. 15. 17:43