ggml : add ggml-common.h to deduplicate shared code (#5940)

* ggml : add ggml-common.h to shared code

ggml-ci

* scripts : update sync scripts

* sycl : reuse quantum tables

ggml-ci

* ggml : minor

* ggml : minor

* sycl : try to fix build
This commit is contained in:
Georgi Gerganov 2024-03-09 12:47:57 +02:00 committed by GitHub
parent 9674aaf35c
commit 8a3012a4ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 799 additions and 2536 deletions

View file

@ -1,9 +1,9 @@
#pragma once
#include "ggml-impl.h"
// GGML internal header
#include "ggml-impl.h"
#include <stdint.h>
#include <stddef.h>