@ireneista 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
Replying to @azonenberg@ioc.exchange
@ireneista 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