17 ms·
Now we just need VkDNN
by serialx 3y ago
Now we just need VkDNN
- rcme 3y agoYou need VkBLAS first.
- raphlinus 3y agoTo a first approximation, Kompute[1] is that. It doesn't seem to be catching on, I'm seeing more buzz around WebGPU solutions, including wonnx[2] and more hand-rolled approaches, and IREE[3], the latter of which has a Vulkan back-end. [1]: https://kompute.cc/ https://kompute.cc/ [2]: https://github.com/webonnx/wonnx https://github.com/webonnx/wonnx [3]: https://github.com/openxla/iree https://github.com/openxla/iree
- figomore 3y agoOther option is Tinygrad [1] that has a WEBGPU backend and it works very for my case (Unet 3D). [1] - https://tinygrad.org/ https://tinygrad.org/