error -1001 at ggml-opencl.cpp:965 #2316
Replies: 2 comments 6 replies
-
Hi, the error means llama.cpp tried to use OpenCL on your machine, but it failed.
|
Beta Was this translation helpful? Give feedback.
-
That's interesting - thank you for bringing it up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed the build guide for CLBlast in the README - I've installed
opencl-headers
and compiled OpenCL from source as well as CLBlast and then built the whole thing with cmake.When I tried to run
./main
, I get this weird assertion error:Any ideas?
Thank you!
OS - WSL2 Ubuntu 22.04 with CUDA support (confirmed CUDA support with pytorch)
GPU - Nvidia GeForce RTX 3080
Beta Was this translation helpful? Give feedback.
All reactions