sync llama.cpp with latest Vulkan PR and newer upstream (#1819)

This commit is contained in:
Jared Van Bortel
2024-01-16 16:36:21 -05:00
committed by GitHub
parent e7c4680b51
commit b7c92c5afd
4 changed files with 47 additions and 46 deletions

View File

@@ -5,7 +5,7 @@
#include <ggml.h>
#if defined(GGML_USE_KOMPUTE)
#include "ggml-vulkan.h"
#include "ggml-kompute.h"
struct llm_buffer {
uint8_t * addr = NULL;
size_t size = 0;