|
|
|
|
|
by mhh__
1281 days ago
|
|
CUDA is for GPGPU (general purpose GPU) which includes machine learning. Vulkan is a primarily for graphics but does have options for GPGPU too. Vulkan is however not like OpenGL in that it's fairly close to the hardware in terms of abstraction. |
|
The chance of it winning over CUDA is at zero. And that's _before_ considering its API gaps compared to modern OpenCL.
(Yes, even OpenCL is a much better compute API choice than Vulkan. Vulkan does not even have SVM)