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 |
Tags
- pipelined cache
- dynamic scheduling
- transactional memory
- theta join
- register renaming
- pipelined
- load linked
- way prediction
- Cache
- nonblocking cache
- speculative execution
- relational model
- dependence
- store conditional
- pipline hazards
- directory based coherence protocol
- sql
- multibanekd cache
- cache coherence miss
- Subquery
- sequential consistency
- mesi
- atomic exchange
- ISA
- structural hazard
- branch prediction
- cache optimization
- 관계형 모델
- moesi
- cache coherence
Archives
- Today
- Total
목록gpu (1)
공대생의 공부흔적
[컴퓨터구조#16] GPU (2) - 구조, G80, Memory Coalescing, Volta
참고: Computer Architecture: A Quantitative Approach (5th edition) - 4.4.지난 글에 이어, GPU 구조에 대해 더 살펴보고 최근의 GPU 아키텍처는 어떤지 더 알아보자.목차GPU 아키텍처 G80Memory CoalescingNVIDIA Volta1. GPU 아키텍처CUDA 쓰레드 블록스레드 블록은 GPU의 위계적 구조 조직에 대한 abstraction이다. 한 블록 내 모든 스레드는 같은 커널 프로그램을 실행하며(SPMD), 프로그래머는 블록을 선언할 수 있다. 블록 크기는 1~512개의 concurrent 스레드로 이루어지며, 블록 모양은 1차원에서 3차원까지 가능하다. 스레드는 블록 내에서 스레드 id를 가지게 되고, 스레드 프로그램은 작업을 선택..
Computer Architecture
2024. 6. 10. 14:09