]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : add opencl backend (skip) (llama/10693)
authorlhez <redacted>
Tue, 14 Jan 2025 07:24:03 +0000 (09:24 +0200)
committerGeorgi Gerganov <redacted>
Tue, 14 Jan 2025 08:38:01 +0000 (10:38 +0200)
commit1deb41f0e76e1780cfdef74d6cf201e5cfcd2c2e
tree406391384688aee65921b7095f696d00c9276d75
parent2425caf4fdaf271ebd35dfe0b26c3a32d8363910
ggml : add opencl backend (skip) (llama/10693)

---------

Co-authored-by: Skyler Szot <redacted>
Co-authored-by: Shangqing Gu <redacted>
Co-authored-by: Alexander Angus <redacted>
Co-authored-by: Hongqiang Wang <redacted>
Co-authored-by: Max Krasnyansky <redacted>
12 files changed:
ggml/src/ggml-opencl/CMakeLists.txt [new file with mode: 0644]
ggml/src/ggml-opencl/ggml-opencl.cpp [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/embed_kernel.py [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_cvt.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_gemv_noshuffle.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_gemv_noshuffle_general.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_mm.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_mul_mat_Ab_Bi_8x4.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_transpose_16.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_transpose_32.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/ggml-opencl_transpose_32_16.cl [new file with mode: 0644]