Hacker News new | ask | show | jobs
by bleepblorp 2071 days ago
GPU drivers are essentially operating systems for the GPU.
1 comments

And also ~real time compilers for any user code (shaders, etc) that will be running on the GPU.
The compiler isn't in the kernel though. That's in the user space half.