Skip to content

Add documentation about CLBlast#1604

Merged
SlyEcho merged 2 commits intomasterfrom
clblast_docs
May 27, 2023
Merged

Add documentation about CLBlast#1604
SlyEcho merged 2 commits intomasterfrom
clblast_docs

Conversation

@SlyEcho
Copy link
Copy Markdown
Contributor

@SlyEcho SlyEcho commented May 26, 2023

Installing, compiling and using CLBlast

Relevant issue: #1546

SlyEcho added 2 commits May 27, 2023 00:30
@arch-btw
Copy link
Copy Markdown
Contributor

Thank you! Just a heads up for those on older AMD devices, I got a step further by adding:

ROC_ENABLE_PRE_VEGA=1

For example without ROC_ENABLE_PRE_VEGA=1 it outputs:

ggml_opencl: selected platform 'AMD Accelerated Parallel Processing' does not have any devices.

And with ROC_ENABLE_PRE_VEGA=1 it outputs:

ggml_opencl: selecting platform: 'AMD Accelerated Parallel Processing'
ggml_opencl: selecting device: 'gfx803'
ggml_opencl: device FP16 support: true

Granted, now I ran into this issue, but I think that's unrelated:

ggml_opencl: (queue = clCreateCommandQueue(context, device, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, &err), (err != CL_INVALID_QUEUE_PROPERTIES && err != CL_INVALID_VALUE ? err : (queue = clCreateCommandQueue(context, device, 0, &err), err) )) error -6 at ggml-opencl.cpp:490

@SlyEcho SlyEcho merged commit 97c9b77 into master May 27, 2023
@SlyEcho SlyEcho deleted the clblast_docs branch May 27, 2023 15:47
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
Installing, compiling and using.
phuongncn pushed a commit to phuongncn/llama.cpp-gx10-dgx-sparks-deepseekv4 that referenced this pull request Apr 28, 2026
Installing, compiling and using.
phuongncn pushed a commit to phuongncn/llama.cpp-gx10-dgx-sparks-deepseekv4 that referenced this pull request Apr 28, 2026
ljubomirj pushed a commit to ljubomirj/llama.cpp that referenced this pull request May 6, 2026
Installing, compiling and using.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants