-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Disable XMX #12426
Comments
Hi @NikosDi , |
Hello. I want to know the impact of XMX in overall performance. But someone who has a system with an iGPU with no XMX and no discrete card, how could he use IPEX-LLM ? Could XMX be disabled in other way ? |
Hi @NikosDi, XMX cannot be disabled through other methods. If your device does not have XMX, optimizations related to XMX will be disabled. |
Hello. I think it would be useful considering a relevant parameter like that using IPEX-LLM - besides the automatic behavior you describe. |
|
Well, by using Is this an expected behavior ? Is it possible to give the option to disable XMX completely using a discrete GPU like you do for iGPUs ? |
Hello.
I have an Intel ARC A380 and I'm using Ollama with IPEX-LLM using this script with Ubuntu:
It works fine.
For testing reasons I want to disable the use of XMX engine (DPAS)
I added these two environment variables at the end of script:
Unfortunately, when I run Ollama with IPEX-LLM the runtime environment gives me this (at the server)
It clearly says:
ggml_sycl_init: SYCL_USE_XMX: yes
Is it possible to disable the XMX engine ?
Thank you.
The text was updated successfully, but these errors were encountered: