-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b580 support on linux #764
Comments
Hi, Linux support of Battlemage requires some driver-level updates, so far we don't have an ETA. Please keep posted, once there is any deliverable message, we will let you know. Thanks. |
@ZailiWang is the IPEX init_quant_linear slow down issue related? We are able to use B580 fine on linux doing |
Hi @Qubitium, yes the slowness of 1st pass should be the lack of AOT, please try with source code building and set AOT parameter as 'bmg'. But please note that since it's not officially supported, you might encounter with functionality or performance issues. |
@ZailiWang Intel documentation is broken, doesn't compile due to AOT compiler not found (OCLOC) for AOT compile has broken links: https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-0/ahead-of-time-compilation.html <-- instruction does not work. Will fail due to missing OCLOC aot compiler https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-opencl-offline-compiler-ocloc.html <--- this link for ocloc compiler doesn't exists and our build stage is not working.
|
@ZailiWang We even tried the official oneapi docker which contains all the prereq packagers and build doesn't work:
The ocloc appears to be inside the intel docker but the builder doesn't find it:
|
@ZailiWang is there now support for battlemage for ipex? |
i am running comfyui on a unraid server and just gotten a b580 to put in there i saw there was already support on windows for it, so my question is what is the expected eta for that
The text was updated successfully, but these errors were encountered: