Arraymancer icon indicating copy to clipboard operation
Arraymancer copied to clipboard

Vulkan support

Open mratsim opened this issue 3 years ago • 1 comments

The most important blocker for Vulkan support was finding some AXPY example to understand how to use/allocate arbitrary sized buffers without using a texture hacks (like in OpenGL before Cuda/OpenCL existed).

This project is an example, in particular for allocation: https://github.com/Glavnokoman/vuh/blob/464b915/src/include/vuh/arr/allocDevice.hpp#L18-L50

mratsim avatar Oct 21 '20 17:10 mratsim

This looks like it may provide some inspiration, at least: https://github.com/Tencent/ncnn

A vulkan-powered DNN library.

phildrip avatar Nov 09 '20 16:11 phildrip