ggml : add ggml-common.h to deduplicate shared code (llama/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
parent 6e9d3aa32d
commit 24eba5a2ff
5 changed files with 13 additions and 2533 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>