whisper.cpp/ggml/src/ggml-sycl
Akarshan Biswas 3199356d3a SYCL: implement memset ggml backend buffer interface (llama/12580)
* SYCL: implement memset ggml backend buffer interface

* use GGML_ABORT macro

* Do not wait for all queues to finish for memset operation
2025-03-27 11:06:03 +02:00
..
dpct SYCL: Introducing memory host pool (llama/11251) 2025-02-03 22:00:57 +02:00
CMakeLists.txt sycl: cleanup oneDNN related code (llama/12097) 2025-03-27 11:06:03 +02:00
backend.hpp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
common.cpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
common.hpp sycl: cleanup oneDNN related code (llama/12097) 2025-03-27 11:06:03 +02:00
concat.cpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
concat.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
conv.cpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
conv.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
convert.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
convert.hpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
cpy.cpp SYCL: Move CPY kernels to a separate file and add few missing kernels (llama/12133) 2025-03-08 15:13:01 +02:00
cpy.hpp SYCL: Move CPY kernels to a separate file and add few missing kernels (llama/12133) 2025-03-08 15:13:01 +02:00
dequantize.hpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
dmmv.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
dmmv.hpp
element_wise.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
element_wise.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
gemm.hpp sycl: cleanup oneDNN related code (llama/12097) 2025-03-27 11:06:03 +02:00
getrows.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
getrows.hpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
ggml-sycl.cpp SYCL: implement memset ggml backend buffer interface (llama/12580) 2025-03-27 11:06:03 +02:00
gla.cpp SYCL: Add gated linear attention kernel (llama/11175) 2025-02-03 22:00:57 +02:00
gla.hpp SYCL: Add gated linear attention kernel (llama/11175) 2025-02-03 22:00:57 +02:00
im2col.cpp SYCL: Reduce most of the compiler warnings (llama/10748) 2024-12-18 12:52:16 +02:00
im2col.hpp Fix SYCL `im2col` and `convert` Overflow with Large Dims (llama/9052) 2024-08-28 13:22:20 +03:00
mmq.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
mmq.hpp
mmvq.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
mmvq.hpp
norm.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
norm.hpp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
outprod.cpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
outprod.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
presets.hpp Optimize RWKV6 Operator Naming and Implement Multi-core CPU/ SYCL Acceleration (llama/10133) 2024-11-15 15:21:04 +02:00
rope.cpp SYCL: Reduce most of the compiler warnings (llama/10748) 2024-12-18 12:52:16 +02:00
rope.hpp
softmax.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
softmax.hpp SYCL : SOFTMAX F16 mask support and other fixes (llama/11261) 2025-02-03 22:00:57 +02:00
sycl_hw.cpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
sycl_hw.hpp Optimize mul_mat for Q4_0 on Intel GPU (llama/12035) 2025-02-27 08:55:36 +02:00
tsembd.cpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
tsembd.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00
vecdotq.hpp sycl: Use syclcompat::dp4a (llama/10267) 2024-11-20 21:00:08 +02:00
wkv.cpp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
wkv.hpp llama: Add support for RWKV v7 architecture (llama/12412) 2025-03-27 11:06:03 +02:00
wkv6.cpp llama: add support for QRWKV6 model architecture (llama/11001) 2025-01-14 10:38:01 +02:00
wkv6.hpp SYCL: Refactor ggml_sycl_compute_forward (llama/11121) 2025-01-14 10:38:01 +02:00