-
Notifications
You must be signed in to change notification settings - Fork 11.5k
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE #1635
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
When I change line 485-488 to:
I get:
|
OpenCL error -6 is an out of memory error; it appears you're using a Hackintosh with an AMD processor, with integrated AMD graphics. |
Thank you @swittk ! Sorry, I should have clarified it's not a hackintosh. But yes you're right it was an out of memory error. There's a note in the AUR about it in case that helps someone else: https://aur.archlinux.org/packages/opencl-amd Running on a RX560X now with a whooping 4GB 🤣 Thank you again. |
Hi,
I've been getting this error but it's not related to macOS.
I'm running:
Command:
DRI_PRIME=1 ROC_ENABLE_PRE_VEGA=1 GGML_OPENCL_PLATFORM=0 ./main -m /home/arch-btw/llama.cpp/models/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin --color -ins --n-gpu-layers 8
Output:
Things I tried:
Furthermore, in this thread: #1429
@swittk suggests to do the following:
I tried doing this but it's not working (I might be doing this wrong because it's not on line 214 anymore and I'm not fully sure how to change it now).
I was wondering how to apply that patch by @swittk ?
Or how to fix this error in any other way?
Thank you very much.
The text was updated successfully, but these errors were encountered: