-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from utilityai/update-llama-cpp-2024-08-21
Updated llama-cpp (bot)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
16 files
+8 −0 | examples/llava/clip.cpp | |
+2 −105 | ggml/src/ggml-sycl.cpp | |
+1 −0 | ggml/src/ggml-sycl/backend.hpp | |
+11 −0 | ggml/src/ggml-sycl/common.cpp | |
+3 −0 | ggml/src/ggml-sycl/common.hpp | |
+57 −57 | ggml/src/ggml-sycl/convert.cpp | |
+1 −1 | ggml/src/ggml-sycl/convert.hpp | |
+98 −98 | ggml/src/ggml-sycl/dequantize.hpp | |
+2 −2 | ggml/src/ggml-sycl/dmmv.cpp | |
+125 −0 | ggml/src/ggml-sycl/im2col.cpp | |
+23 −0 | ggml/src/ggml-sycl/im2col.hpp | |
+39 −0 | ggml/src/ggml-vulkan.cpp | |
+24 −0 | ggml/src/vulkan-shaders/acc.comp | |
+4 −0 | ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp | |
+13 −0 | tests/test-backend-ops.cpp | |
+1 −1 | tests/test-grammar-integration.cpp |