whisper.cpp/ggml/include
Zhiyuan Li 42398f13b0 Optimize RWKV6 Operator Naming and Implement Multi-core CPU/ SYCL Acceleration (llama/10133)
* rwkv6: rename to wkv6

* rwkv6: support avx2 avx512 armv8 armv9

* rwkv6: update cuda file name

* rwkv6: rename params

* wkv on sycl

* sycl: add some ops

* sycl: Enhance OP support judgment

* wkv6: drop armv9 and tranfer to GGML style

ggml-ci

* sync : ggml

* update the function to use appropriate types

* fix define error

* Update ggml/src/ggml-cpu.c

* add appropriate asserts

* move element-wise functions outside

* put the declaration outside the loop

* rewrite to be more inline with the common pattern for distributing threads

* use recommended way GGML_TENSOR_LOCALS

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Co-authored-by: Diego Devesa <slarengh@gmail.com>
Co-authored-by: Plamen Minev <pacominev@gmail.com>
Co-authored-by: Yuri Khrustalev <ykhrustalev@users.noreply.github.com>
Co-authored-by: Meng, Hengyu <airdldl@163.com>
2024-11-15 15:21:04 +02:00
..
ggml-alloc.h ggml : fix typo in example usage ggml_gallocr_new (ggml/984) 2024-10-05 15:23:51 +03:00
ggml-amx.h ggml : add AMX backend (llama/8998) 2024-11-01 10:19:05 +02:00
ggml-backend.h ggml : move CPU backend to a separate file (llama/10144) 2024-11-15 15:21:04 +02:00
ggml-blas.h ggml : add backend registry / device interfaces to BLAS backend (llama/9752) 2024-11-01 10:19:05 +02:00
ggml-cann.h Adapt to dynamically loadable backends mechanism (llama/9970) 2024-11-01 10:19:05 +02:00
ggml-cpp.h llama : use smart pointers for ggml resources (llama/10117) 2024-11-15 15:21:04 +02:00
ggml-cpu.h ggml : move CPU backend to a separate file (llama/10144) 2024-11-15 15:21:04 +02:00
ggml-cuda.h llama : refactor model loader with backend registry (llama/10026) 2024-11-15 15:21:04 +02:00
ggml-kompute.h kompute: add backend registry / device interfaces (llama/10045) 2024-11-15 15:21:04 +02:00
ggml-metal.h ggml : add metal backend registry / device (llama/9713) 2024-11-01 10:19:05 +02:00
ggml-rpc.h rpc : add backend registry / device interfaces (llama/9812) 2024-11-01 10:19:05 +02:00
ggml-sycl.h Add SYCL Backend registry, device and Event Interfaces (llama/9705) 2024-11-01 10:19:05 +02:00
ggml-vulkan.h vulkan : add backend registry / device interfaces (llama/9721) 2024-11-01 10:19:05 +02:00
ggml.h Optimize RWKV6 Operator Naming and Implement Multi-core CPU/ SYCL Acceleration (llama/10133) 2024-11-15 15:21:04 +02:00