You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I'm observing, unsure if this is expected behavior or not. Using b6719, built for Vulkan, presently with a Radeon RX 6600XT. I don't know if this is worthy of creating an issue or not.
When I'm using partial GPU offloading (such as for MoE, or -nkvo 1) I'm noticing that often, the CPU usage is lower in prompt processing than token generation. Kinda seems like it's using 3-4 threads for PP but it's respecting my -t 9 setting during PG. I'm observing this simply by watching amdgpu_top while llama.cpp is running.
An example of what I'm seeing: This is while it's running the 2048 prompt size. I'd expect that CPU usage to be in the 800-900%, but it's hovering right now between 200-300%.
It also doesn't seem to be consistent. Sometimes it will use the full CPU threads for PP.
Is there a better way to test/observe what's happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something I'm observing, unsure if this is expected behavior or not. Using b6719, built for Vulkan, presently with a Radeon RX 6600XT. I don't know if this is worthy of creating an issue or not.
When I'm using partial GPU offloading (such as for MoE, or
-nkvo 1
) I'm noticing that often, the CPU usage is lower in prompt processing than token generation. Kinda seems like it's using 3-4 threads for PP but it's respecting my-t 9
setting during PG. I'm observing this simply by watchingamdgpu_top
while llama.cpp is running.An example of what I'm seeing:
This is while it's running the 2048 prompt size. I'd expect that CPU usage to be in the 800-900%, but it's hovering right now between 200-300%.
It also doesn't seem to be consistent. Sometimes it will use the full CPU threads for PP.
Is there a better way to test/observe what's happening?
Beta Was this translation helpful? Give feedback.
All reactions