Post #3592326
2026-07-04 22:48 UTC
@ireneista@adhd.irenes.space As someone who's done a lot of low level CUDA etc stuff, I really like Vulkan as a compute/acceleration API. So many things you used to have to just trust the driver would do right, you can now actually control
Replies (1)
-
@azonenberg@ioc.exchange 2026-07-04 22:50
@ireneista@adhd.irenes.space of course I'm the guy who used to use the low level CUDA driver API instead of the "compile your source code with nvcc and use our magic syntactic sugar call flow" or the higher level API