How to combine two GPU of different family (Nvidia and Intel Arc)? #14593
-
Hi
I am unclear how to use --split-mode or even --n-gpu-layers to distribute the layers between the two GPU. When combining various variations between -sm -mg -ngl,
If anyone has some guidance. Sample logs with -ngl 99 with Qwen3-30B-A3B-128K-Q5_K_M.gguf
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
NV dGPU + Intel iGPU are popular case. --split-mode (default value) could make the model is divided into several and loaded by multiple GPUs. By the error log, there are some unknown issues block this case. Even if support this case, Intel iGPU has big memory to load the bigger model. But it has lower performance than dGPU. |
Beta Was this translation helpful? Give feedback.
NV dGPU + Intel iGPU are popular case.
This case is not designed to be supported now.
--split-mode (default value) could make the model is divided into several and loaded by multiple GPUs.
By the error log, there are some unknown issues block this case.
Even if support this case, Intel iGPU has big memory to load the bigger model. But it has lower performance than dGPU.
The whole process is a serial mode.
So that the performance will be lower than pure dGPU case.