When will intel gpu support arrive?
This doesn't work with intel gpu's which have become very best budget options, i hope support for intel gpu arrives soon
As far as I am aware, it is only planned for RDNA and the future UDNA cards at the moment, but support might be brought on by someone else.
It doesn't support Intel GPUs right now. It could, but it'd require someone to contribute. We are focusing on AMD GPU support
This has big potential for Vulkan compute for cross vendor GPU support or maybe OpenCL too but, I wish I could contribute
Turns out vulkan compute support may or not be possible due to hardware limitations on mobile, which imposes limitations on all of vulkan compute but opencl support might work better, it could probably translate from cuda to spir-v for opencl and then to spir-v for vulkan compute but vulkan compute is pretty limited compared to opencl https://github.com/vosen/ZLUDA/discussions/115 the advantage of running directly on AMD HIP like zluda, or supporting intel GPUs via intel oneAPI/sycl is that there is no performance penalty, compared to opencl or vulkan compute due to their cross vendor nature, however older intel GPUs support opencl directly with no performance penalty, and apparently vulkan compute can sometimes eliminate that penalty too https://github.com/vosen/ZLUDA/discussions/115