|
|
|
|
|
by bjwbell
4108 days ago
|
|
Compute on the GPU is unlikely to be unified in a meaningful way with the CPU in the near future. The GPU is a massive SIMD machine in contrast to the CPU. Even if you use the same language for both, the style of code & algorithms are very different. |
|