7 ms·
In the future we could have CPUs which are better suited for llms, with GPU-like properties built in.
by roschdal 25d ago
In the future we could have CPUs which are better suited for llms, with GPU-like properties built in.
- bigyabai 25d agoYou're reinventing the CISC wheel that Apple, Google and Nvidia all abandoned. x86 already has AVX accelerators that are a huge help for LLM inference speed and efficiency. It's just not enough, only the absolute weakest iGPUs are slower than AVX inference. The majority of consumer hardware would benefit from pipelining AI workloads through the GPU, especially on Apple Silicon and other ARM hardware that has borderline nonexistent SIMD support. ARM will be ideologically opposed to expanding CPU-side SIMD, and x86 is already buckling under the weight of modern AVX (see: AVX-512 issues).
- janwas 25d agoNot sure what this comment is based on. Arm introduced a scalable SIMD whose whole point is to be expandable. AVX-512 works very well, for example on Zen 4 and 5.
- janwas 24d agoThe future is already partially here: see the recent "do we still need gpus" article.