Y
Hacker News
new
|
ask
|
show
|
jobs
by
cosmicexplorer
3703 days ago
I think this what OpenACC (
https://en.wikipedia.org/wiki/OpenACC
) was created to do; its support is pretty iffy right now, though.
1 comments
QuantumRoar
3703 days ago
OpenACC is for GPU programming what OpenMP is to parallel programming. It is intended for general purpose graphics programming, i.e. numerical computations on your GPU, not for replacing anything like OpenGL.
link