Comment on The Maintainer Of The NVIDIA Open-Source "Nouveau" Linux Kernel Driver Resigns
beigeoat@110010.win 1 year agoAMD is getting better for ML/scientific computing very fast for the regular consumer GPUs. I have seen the pytorch performance more than double on my 6700xt in 6 months to the point that it has better performance than a 3060(not ti).
csolisr@communities.azkware.net 1 year ago
Great to know, but unfortunately CUDA is still too entrenched in comparison to OpenCL - hopefully there’s some way to convert from one to the other.
cbarrick@lemmy.world 1 year ago
OpenCL is dead. Vulkan is the future.
We still need core libraries to be written as Vulkan compute shaders, similar to cuFFT and cuDNN.
There is VkFFT, but I don’t know how good it is. I don’t think anyone has written a VkDNN library.
NVIDIA has signaled that they will fully support Vulkan.
AdrianTheFrog@lemmy.world 1 year ago
What about SYCL?
Asudox@lemmy.world 1 year ago
There’s also ROCm from AMD that is suppoed to be the rival of CUDA.