Closed mikeyang01 closed 1 year ago
Doesn't look like a bug. Integrated GPU's aren't very fast
Doesn't look like a bug. Integrated GPU's aren't very fast
thanks, not a bug, just a question, i saw using clblast causing a high CPU usage, GPU usage not change, I think, Clblast shoud use GPU....? Sorry, i move this to discussion channel
Doesn't look like a bug. Integrated GPU's aren't very fast
OP's GPU is 680m which led play cuberpunk2077 (I know it's weak point though). I do also have problem using CLBlast on ryzen 6600H with 660m iGPU. It repeatedly empted VRAM and no GPU usage was observed either. It does detect GPU as gfx1035, but that is it. I found, 660m wasn't tuned in CLBlast, but 680m was. Taking into account that 660m is cut 680m, I hoped it all would work well. But it did not. Can you advice please?
Are you sure you selected the correct GPU?
I do. Here you can see, before any inference, how VRAM usage dropped:
Your device only has 512 mb of dedicated vram, that is not enough. Shard VRAM will not be any faster than normal RAM.
Totally agreed. But correct me if I'm wrong, gfx1035 can allocate up to 8gb of VRAM (it tries, but without success) and the speed of RAM does not such matter as the computing units themselves. I've been expecting to see perfomance increased if GPU units would do their job, but I don't see they do. It simply did not even start using GPU to compare performance. Anyways, big thanks for assisting. Let me know if you know what else I could try.
Expected Behavior
Use GPU instead of CPU
Current Behavior
during the prompt, CPU usage is high, GPU low usage, not change much https://github.com/mikeyang01/ImageStorage/blob/main/2023-06-30%20132414.png
Environment and Context
AMD Ryzen™ 7 7735HS GPU is embeded in CPU Windows 11 pro
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
step 1 Download latest version https://github.com/LostRuins/koboldcpp/releases/tag/v1.33 step 2 run .\koboldcpp.exe --useclblast 0 0 --gpulayers 24 --threads 10 step 3 asking questions though localhost
Failure Logs