ggml : remove kompute backend (#14501)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-07-03 07:48:32 +03:00
committed by GitHub
parent 55c2646b45
commit d4cdd9c1c3
53 changed files with 3 additions and 4376 deletions

View File

@ -1,7 +1,3 @@
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}