]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Nomic Vulkan backend (#4456)
authorJared Van Bortel <redacted>
Mon, 29 Jan 2024 20:50:50 +0000 (15:50 -0500)
committerGitHub <redacted>
Mon, 29 Jan 2024 20:50:50 +0000 (15:50 -0500)
commitfbf1ddec69f7001cc707de17fa74d7200813bbac
tree55ff0324a0fe0dfc3de70d232a29b04926657ae1
parent2aed77eb06a329f0d82bb1c467f4244904d4073f
Nomic Vulkan backend (#4456)

Signed-off-by: Jared Van Bortel <redacted>
Co-authored-by: niansa <redacted>
Co-authored-by: Adam Treat <redacted>
Co-authored-by: Aaron Miller <redacted>
Co-authored-by: ToKiNoBug <redacted>
Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: slaren <redacted>
45 files changed:
.ecrc
.github/workflows/build.yml
.gitmodules [new file with mode: 0644]
CMakeLists.txt
ggml-backend.c
ggml-kompute.cpp [new file with mode: 0644]
ggml-kompute.h [new file with mode: 0644]
kompute [new submodule]
kompute-shaders/common.comp [new file with mode: 0644]
kompute-shaders/op_add.comp [new file with mode: 0644]
kompute-shaders/op_addrow.comp [new file with mode: 0644]
kompute-shaders/op_cpy_f16_f16.comp [new file with mode: 0644]
kompute-shaders/op_cpy_f16_f32.comp [new file with mode: 0644]
kompute-shaders/op_cpy_f32_f16.comp [new file with mode: 0644]
kompute-shaders/op_cpy_f32_f32.comp [new file with mode: 0644]
kompute-shaders/op_diagmask.comp [new file with mode: 0644]
kompute-shaders/op_gelu.comp [new file with mode: 0644]
kompute-shaders/op_getrows.comp [new file with mode: 0644]
kompute-shaders/op_getrows_f16.comp [new file with mode: 0644]
kompute-shaders/op_getrows_q4_0.comp [new file with mode: 0644]
kompute-shaders/op_getrows_q4_1.comp [new file with mode: 0644]
kompute-shaders/op_getrows_q6_k.comp [new file with mode: 0644]
kompute-shaders/op_mul.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_f16.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_mat_f32.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_q4_0.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_q4_1.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_q6_k.comp [new file with mode: 0644]
kompute-shaders/op_mul_mat_q8_0.comp [new file with mode: 0644]
kompute-shaders/op_mul_mv_q_n.comp [new file with mode: 0644]
kompute-shaders/op_mul_mv_q_n_pre.comp [new file with mode: 0644]
kompute-shaders/op_norm.comp [new file with mode: 0644]
kompute-shaders/op_relu.comp [new file with mode: 0644]
kompute-shaders/op_rmsnorm.comp [new file with mode: 0644]
kompute-shaders/op_rope_f16.comp [new file with mode: 0644]
kompute-shaders/op_rope_f32.comp [new file with mode: 0644]
kompute-shaders/op_scale.comp [new file with mode: 0644]
kompute-shaders/op_scale_8.comp [new file with mode: 0644]
kompute-shaders/op_silu.comp [new file with mode: 0644]
kompute-shaders/op_softmax.comp [new file with mode: 0644]
kompute-shaders/rope_common.comp [new file with mode: 0644]
llama.cpp
llama.h
tests/test-backend-ops.cpp
tests/test-c.c