Explore >> Select a destination


You are here

kylewbanks.com
| | www.codeslow.com
2.9 parsecs away

Travel
| | Some weeks ago I started looking at using Rust for making a 64K intro. I started out by making a minimal window app that takes up only 3....
| | 3zanders.co.uk
1.4 parsecs away

Travel
| | A basic tutorial on creating a modern OpenGL context and getting a simple triangle drawn to the screen.
| | lea.codes
2.5 parsecs away

Travel
| | A short tutorial on WebGL and Shaders
| | raphlinus.github.io
19.6 parsecs away

Travel
| The GPU in your computer is about 10 to 100 times more powerful than the CPU, depending on workload. For real-time graphics rendering and machine learning, you are enjoying that power, and doing those workloads on a CPU is not viable. Why aren't we exploiting that power for other workloads? What prevents a GPU from being a more general purpose computer?