ggml : add ggml-impl.h to backends

This commit is contained in:
Georgi Gerganov 2024-09-11 10:07:21 +03:00
parent c8a3f291fe
commit 92a96865cd
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
5 changed files with 5 additions and 4 deletions

View File

@ -30,6 +30,7 @@
#include <cstring> #include <cstring>
#include <mutex> #include <mutex>
#include "ggml-impl.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"
#include "ggml-cann/aclnn_ops.h" #include "ggml-cann/aclnn_ops.h"
#include "ggml-cann/common.h" #include "ggml-cann/common.h"

View File

@ -1,4 +1,4 @@
#include "ggml.h" #include "ggml-impl.h"
#include "ggml-backend.h" #include "ggml-backend.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"
#include "ggml-kompute.h" #include "ggml-kompute.h"

View File

@ -1,5 +1,5 @@
#include "ggml-rpc.h" #include "ggml-rpc.h"
#include "ggml.h" #include "ggml-impl.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"
#include <cinttypes> #include <cinttypes>

View File

@ -33,7 +33,7 @@
#include <sycl/half_type.hpp> #include <sycl/half_type.hpp>
#include "ggml-sycl.h" #include "ggml-sycl.h"
#include "ggml.h" #include "ggml-impl.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"
#include "ggml-sycl/backend.hpp" #include "ggml-sycl/backend.hpp"

View File

@ -21,7 +21,7 @@
#include <memory> #include <memory>
#include <mutex> #include <mutex>
#include "ggml.h" #include "ggml-impl.h"
#include "ggml-backend-impl.h" #include "ggml-backend-impl.h"
#include "ggml-vulkan-shaders.hpp" #include "ggml-vulkan-shaders.hpp"