Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Created March 24, 2025 10:06
Show Gist options
  • Select an option

  • Save limcheekin/4e04fbb7bfa5f56f421cc93ac90b0713 to your computer and use it in GitHub Desktop.

Select an option

Save limcheekin/4e04fbb7bfa5f56f421cc93ac90b0713 to your computer and use it in GitHub Desktop.
Build llama.cpp with OpenCL
cmake -B build -DBUILD_SHARED_LIBS=OFF -DGGML_OPENCL=ON
cmake --build build --config Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment