ggml-org/llama.cpp

ggml : add WebGPU backend

Fermée

#7 773 ouverte le 5 juin 2024

 (28 commentaires) (23 réactions) (0 personne assignée)C++ (21 786 forks)batch import
help wantedresearch 🔬roadmap

Métriques du dépôt

Stars
 (124 222 étoiles)
Métriques de merge PR
 (Merge moyen 6j 8h) (389 PRs mergées en 30 j)

Description

I hope that this would be relatively easy to do since AFAIK WebGPU allows us to write kernels in a shader language, so we have experience how to create such backends.

There has been some initial work in https://github.com/ggerganov/ggml/pull/585 - could be useful as a starting point

Guide contributeur