Update WebGPU support and add link to blog/demo (#23483)

This commit is contained in:
Reese Levine
2026-05-21 11:00:27 -07:00
committed by GitHub
parent 47c0eda9d4
commit ee7c30578a
2 changed files with 3 additions and 2 deletions

View File

@@ -735,7 +735,7 @@ ninja
To read documentation for how to build on Android, [click here](./android.md)
## WebGPU [In Progress]
## WebGPU
The WebGPU backend relies on [Dawn](https://dawn.googlesource.com/dawn). Follow the instructions [here](https://dawn.googlesource.com/dawn/+/refs/heads/main/docs/quickstart-cmake.md) to install Dawn locally so that llama.cpp can find it using CMake. The current implementation is up-to-date with Dawn commit `18eb229`.