forked from ggml-org/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 649
Closed
Description
Hello
I don't understand how I can select the main GPU in a multi-GPU system.
I assumed the maingpu option was responsible for this, but nothing changes.
For clarity, here's a snippet of the log:
Welcome to KoboldCpp - Version 1.110
...
Using Vulkan backend
ggml_vulkan: Found 2 Vulkan devices:
ggml_vulkan: 0 = Intel(R) Arc(tm) A380 Graphics (DG2) (Intel open-source Mesa driver) | uma: 0 | fp16: 1 | bf16: 0 | warp size: 32 | shared memory: 65536 | int dot: 1 | matrix cores: none
ggml_vulkan: 1 = AMD Radeon Graphics (RADV RENOIR) (radv) | uma: 1 | fp16: 1 | bf16: 0 | warp size: 64 | shared memory: 65536 | int dot: 0 | matrix cores: none
Vulkan: Using device 0
I would like to set "AMD Radeon" as my primary GPU, but I couldn't do it.
I might be wrong, but in the end I would like the Radeon GPU memory to be used first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels