-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
Hi @MartinPulec,
I have a question, I have the crazy idea to want to run gpujpeg using Vulkan for that I was looking a project call Vuda : https://github.com/jgbit/vuda
The approach of this code it’s to wrap the cuda_runtime api with Vulkan. Then all kernel need to be transform into compute shader.
Do you think your kernel could be converted into opencl or compute shader ?