|
|
|
|
|
by cshenton
1264 days ago
|
|
I personally find the experience of writing GPU compute code pretty nice on graphics APIs. The interface is pretty much the same “dispatch a 1-3D set of 1-3D work group indices”. The main pain points vs dedicated compute stuff like cuda is libraries and boilerplate to manage memory and launch kernels. |
|