Description:
- Can be Multicore with Multi-threading
- Has Cache Memory
- CPI
Transistor
Increasing clock frequenciies:
- Power = capacitive load * Volltage^2 * Frequencies
- How to do more instructions per cycle:
- Multicomputers
- Multiprocessors
- Multicore
- Thread Level Parallelism
- Instruction Level Parallelism, multiple instructions per cycle
- Intra-instruction Parallelism: pipelining
- Utilized with Parallel Programming