VulkanCore icon indicating copy to clipboard operation
VulkanCore copied to clipboard

New compute sample

Open blair0011 opened this issue 7 years ago • 1 comments

I forked your code, because I am more interested in using it on windows and maybe Mono, as just an agnostic GPGPU API. So I changed the solution to build under .NET 4.6.1, because I needed to use System.Drawing and ported Vulkan Minimal compute to use your API. To say that it works like a charm is an understatement, thanks for creating a great interop layer. Now that I understand how to use your stuff I am going to see how well vulkan can do BLAS calculations, I am hoping it will be as fast or faster than CUDA.

blair0011 avatar Jul 09 '17 22:07 blair0011

Hey @blair0011, thanks for sharing your port of the minimal compute! I have pretty high hopes for compute with Vulkan. Afaik, they plan to converge OpenCL features into Vulkan in the future. Good luck with BLAS!

discosultan avatar Jul 13 '17 21:07 discosultan