zoukankan
html css js c++ java
Processor technologies
hide
v
t
e
Processor technologies
Models
Turing machine
Universal
Post–Turing
Quantum
Belt machine
Stack machine
Finite-state machine
with datapath
Hierarchical
Queue automaton
Register machines
Counter
Pointer
Random-access
Random-access stored program
Architecture
Microarchitecture
Von Neumann
Harvard
modified
Dataflow
Transport-triggered
Cellular
Endianness
Memory access
NUMA
HUMA
Load/store
Register/memory
Cache hierarchy
Memory hierarchy
Virtual memory
Secondary storage
Heterogeneous
Fabric
Multiprocessing
Cognitive
Neuromorphic
Instruction set
architectures
Types
CISC
RISC
Application-specific
EDGE
TRIPS
VLIW
EPIC
MISC
OISC
NISC
ZISC
Comparison
Addressing modes
Instruction sets
x86
ARM
MIPS
Power ISA
SPARC
Itanium
Unicore
MicroBlaze
RISC-V
LMC
Others
Execution
Instruction pipelining
Pipeline stall
Operand forwarding
Classic RISC pipeline
Hazards
Data dependency
Structural
Control
False sharing
Out-of-order
Tomasulo algorithm
Reservation station
Re-order buffer
Register renaming
Speculative
Branch prediction
Memory dependence prediction
Parallelism
Level
Bit
Bit-serial
Word
Instruction
Pipelining
Scalar
Superscalar
Task
Thread
Process
Data
Vector
Memory
Distributed
Multithreading
Temporal
Simultaneous
Hyperthreading
Speculative
Preemptive
Cooperative
Flynn's taxonomy
SISD
SIMD
SWAR
SIMT
MISD
MIMD
SPMD
Processor
performance
Transistor count
Instructions per cycle
(IPC)
Cycles per instruction
(CPI)
Instructions per second
(IPS)
Floating-point operations per second
(FLOPS)
Transactions per second
(TPS)
Synaptic updates per second
(SUPS)
Performance per watt
(PPW)
Cache performance metrics
Computer performance by orders of magnitude
Types
Central processing unit
(CPU)
Graphics processing unit
(GPU)
GPGPU
Vector
Barrel
Stream
Coprocessor
ASIC
FPGA
CPLD
Multi-chip module
(MCM)
System in package
(SiP)
By application
Microprocessor
Microcontroller
Mobile
Notebook
Ultra-low-voltage
ASIP
Systems
on chip
System on a chip
(SoC)
Multiprocessor
(MPSoC)
Programmable
(PSoC)
Network on a chip
(NoC)
Hardware
accelerators
AI accelerator
Vision processing unit
(VPU)
Physics processing unit
(PPU)
Digital signal processor
(DSP)
Tensor processing unit
(TPU)
Secure cryptoprocessor
Network processor
Baseband processor
Word size
1-bit
4-bit
8-bit
12-bit
15-bit
16-bit
32-bit
48-bit
64-bit
128-bit
256-bit
512-bit
bit slicing
others
variable
Core count
Single-core
Multi-core
Manycore
Heterogeneous architecture
Components
Core
Cache
CPU cache
replacement policies
coherence
Bus
Clock rate
Clock signal
FIFO
Functional units
Arithmetic logic unit
(ALU)
Address generation unit
(AGU)
Floating-point unit
(FPU)
Memory management unit
(MMU)
Load–store unit
Translation lookaside buffer
(TLB)
Integrated memory controller
(IMC)
Logic
Combinational
Sequential
Glue
Logic gate
Quantum
Array
Registers
Processor register
Status register
Stack register
Register file
Memory buffer
Program counter
Control unit
Instruction unit
Data buffer
Write buffer
Microcode
ROM
Counter
Datapath
Multiplexer
Demultiplexer
Adder
Multiplier
CPU
Binary decoder
Address decoder
Sum addressed decoder
Barrel shifter
Circuitry
Integrated circuit
3D
Mixed-signal
Power management
Boolean
Digital
Analog
Quantum
Switch
Power
management
PMU
APM
ACPI
Dynamic frequency scaling
Dynamic voltage scaling
Clock gating
Performance per watt
(PPW)
Race to sleep
Related
History of general-purpose CPUs
Microprocessor chronology
Processor design
Digital electronics
Hardware security module
Semiconductor device fabrication
Tick–tock model
查看全文
相关阅读:
响应式布局设计的三大要点
一个前端的自我修养(转载)
JavaScript利用闭包实现模块化
关于清除浮动的几种方法
支持向量机(SVM)
拉格朗日对偶问题与 KKT 条件
朴素贝叶斯模型
快速傅里叶变换(FFT)
用线性代数理解 Normal Equation
用线性代数解释图论中的一些结论
原文地址:https://www.cnblogs.com/Kimbing-Ng/p/12830213.html
最新文章
Bug整理——$(window).height()获取到$(document).height()的问题
一言不合敲代码(1)——DIV+CSS3制作哆啦A梦头像
mysql笔记——排序检索数据
mysql关于select子句的顺序
mysql笔记——数据库的基本操作
mysql笔记——数据类型与操作数据表
解决HttpServletResponse输出的中文乱码问题
tomcat域名跳转问题
robot 获取report报告的信息
python 发送邮件脚本
热门文章
jenkins配置发送邮件设置
dos 下的一些命令操作
python3 内置函数大全
python代码实现发送邮件
分治算法
如何评价一个VR体验设计?
2 创造你的物理世界(1)
1 Processing入门简介
什么是viewport,为什么需要viewport
常见的兼容性问题解决
Copyright © 2011-2022 走看看