OpenCL, Vulkan, Sycl
How does OpenCL relates to vulkan ? I understand that OpenCL is higher level and abstracts the devices, but does ( or could ) it uses Vulkan internally ? They’re not related to each other at all. Well, they do technically use the same intermediate shader language, but Vulkan forbids the Kernel execution model, and … Read more