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
- mesi
- dynamic scheduling
- way prediction
- branch prediction
- 관계형 모델
- transactional memory
- cache coherence miss
- cache optimization
- load linked
- pipline hazards
- nonblocking cache
- atomic exchange
- structural hazard
- pipelined cache
- sequential consistency
- dependence
- pipelined
- Subquery
- speculative execution
- multibanekd cache
- cache coherence
- register renaming
- sql
- moesi
- store conditional
- ISA
- directory based coherence protocol
- Cache
- theta join
- relational model
Archives
- Today
- Total
목록SIMD (1)
공대생의 공부흔적
[컴퓨터구조#14] SIMD
참고: Computer Architecture: A Quantitative Approach (5th edition) - 4.1.~4.3.이번 글에서는 SIMD에 대해 알아볼 것이다.목차SIMD벡터 프로세서멀티미디어 SIMD ExtensionsRoofline 성능 모델1. SIMD명령어와 데이터 스트림에 따라 프로세서를 다음과 같이 분류할 수 있다. Data StreamsSingleMultipleInstruction StreamsSingleSISD- Intel Pentium 4SIMD- SSE instructions of x86MultipleMISD- 없음MIMD- Intel Xeon e5345*SPMD(Single Program Multiple Data): MIMD 컴퓨터에 대한 병렬 프로그램. 서로 다..
Computer Architecture
2024. 6. 8. 21:40