jan/docs/docs/hardware/overview/cpu-vs-gpu.md
2023-10-10 14:48:03 +08:00

1.2 KiB

title
GPU vs CPU What's the Difference?

CPU vs. GPU

CPU GPU
Function Generalized component that handles main processing functions of a server Specialized component that excels at parallel computing
Processing Designed for serial instruction processing Designed for parallel instruction processing
Design Fewer, more powerful cores More cores than CPUs, but less powerful than CPU cores
Best suited for General-purpose computing applications High-performance computing applications

CPU VS GPU