Comment Re:Running Linux in the CUDA Cores (Score 1) 89
This is not how the GPU cores work. There are some efforts to offload some tasks that kernel does and are suitable for GPU like block encryption etc, (in general everything that is parallel enough and can be streamed).
For instance there's AES acceleration:
http://gpgpu.org/2011/05/04/kgpu-gpu-computing-in-linux-kernel