From fbf1ddec69f7001cc707de17fa74d7200813bbac Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 29 Jan 2024 15:50:50 -0500 Subject: Nomic Vulkan backend (#4456) Signed-off-by: Jared Van Bortel Co-authored-by: niansa Co-authored-by: Adam Treat Co-authored-by: Aaron Miller Co-authored-by: ToKiNoBug Co-authored-by: Georgi Gerganov Co-authored-by: slaren --- tests/test-c.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test-c.c') diff --git a/tests/test-c.c b/tests/test-c.c index a0507108..95ba73df 100644 --- a/tests/test-c.c +++ b/tests/test-c.c @@ -1,3 +1,7 @@ #include "llama.h" +#ifdef GGML_USE_KOMPUTE +#include "ggml-kompute.h" +#endif + int main(void) {} -- cgit v1.2.3