Being able to perform precise math in an LLM is important, glad to see this.
A CPU that runs entirely on GPU
21–30 of 144 posts
Re: A CPU that runs entirely on GPU
#22Most GPUs, sitting in racks in datacenters, aren't "processing graphics" anyhow.
Re: A CPU that runs entirely on GPU
#23Earlier quoted context omitted.
Based on addition and subtraction, 625000x slower or so than a 2.5ghz cpu
So it could run Doom?
Re: A CPU that runs entirely on GPU
#24Also, is it possible to use the GPU's ADD/MUL implementation? It is what a GPU does best.
Re: A CPU that runs entirely on GPU
#25Why do we call them GPUs these days? Most GPUs, sitting in racks in datacenters, aren't "processing graphics" anyhow.
Gross-Parallelization Units
Generative Procedure Units
Gratuitously Profiteering Unscrupulously
Re: A CPU that runs entirely on GPU
#26Re: A CPU that runs entirely on GPU
#27Re: A CPU that runs entirely on GPU
#28The cost of communicating information through space is dealt with in fundamentally different ways here. On the CPU it is addressed directly. The actual latency is minimized as much as possible, usually by predicting the future in various ways and keeping the spatial extent of each device (core complex) as small as possible. The GPU hides latency with massive parallelism. That's why we can put them across relatively slow networks and still see excellent performance.
Latency hiding cannot deal well in workloads that are branchy and serialized because you can only have one logical thread throughout. The CPU dominates this area because it doesn't cheat. It directly targets the objective. Making efficient, accurate control flow decisions tends to be more valuable than being able to process data in large volumes. It just happens that there are a few exceptions to this rule that are incredibly popular.
Re: A CPU that runs entirely on GPU
#29Re: A CPU that runs entirely on GPU
#30Why do we call them GPUs these days? Most GPUs, sitting in racks in datacenters, aren't "processing graphics" anyhow.
[0]: https://en.wikipedia.org/wiki/General-purpose_computing_on_g...