Intel B70 support? #173
QadiymStewart
started this conversation in
General
Replies: 1 comment
|
@QadiymStewart I don't have Intel B70 Pro, so it would be very difficult for me to implement and test the new backend for it. GGML_Vulkan backend supports Intel GPU, it maybe a choice for you to try it out, but I don't think it will have better performance than Intel's native backend. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TensorSharp currently focuses on CUDA and CPU backends. Intel’s B70 Pro includes an updated NPU and GPU stack that exposes compute through oneAPI, Level Zero, and SYCL. I’m wondering if any exploration has been done toward adding a oneAPI / SYCL backend or even a minimal Level Zero execution path.
What are the current roadblockers?
All reactions