diff options
author | Jared Van Bortel <jared@nomic.ai> | 2024-01-29 15:50:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 15:50:50 -0500 |
commit | fbf1ddec69f7001cc707de17fa74d7200813bbac (patch) | |
tree | 55ff0324a0fe0dfc3de70d232a29b04926657ae1 /tests/test-c.c | |
parent | 2aed77eb06a329f0d82bb1c467f4244904d4073f (diff) |
Nomic Vulkan backend (#4456)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: niansa <anton-sa@web.de>
Co-authored-by: Adam Treat <treat.adam@gmail.com>
Co-authored-by: Aaron Miller <apage43@ninjawhale.com>
Co-authored-by: ToKiNoBug <tokinobug@163.com>
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Co-authored-by: slaren <slarengh@gmail.com>
Diffstat (limited to 'tests/test-c.c')
-rw-r--r-- | tests/test-c.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) {} |