whisper.cpp/ggml/src/ggml-sycl
Akarshan Biswas 33c89ade7d SYCL: Add non-contiguous support in ROPE (llama/12993)
ggml-ci
2025-04-24 20:39:16 +03:00
..
dpct SYCL: Rename oneMKL to oneMath (llama/12192) 2025-04-02 15:51:57 +03:00
CMakeLists.txt sycl: allow ggml-sycl configuration and compilation using Visual Studio project/solution (llama/12625) 2025-04-24 20:39:16 +03:00
backend.hpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03:00
binbcast.cpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03:00
binbcast.hpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03:00
common.cpp SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387) 2025-03-31 14:56:53 +03:00
common.hpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03: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 whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
element_wise.cpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03:00
element_wise.hpp SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975) 2025-04-24 20:39:16 +03:00
gemm.hpp sycl: cleanup oneDNN related code (llama/12097) 2025-03-27 11:06:03 +02:00
getrows.cpp SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387) 2025-03-31 14:56:53 +03:00
getrows.hpp SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387) 2025-03-31 14:56:53 +03:00
ggml-sycl.cpp SYCL: Add non-contiguous support in ROPE (llama/12993) 2025-04-24 20:39:16 +03: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: Fix im2col (llama/12910) 2025-04-24 20:39:16 +03:00
im2col.hpp SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387) 2025-03-31 14:56:53 +03:00
mmq.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
mmq.hpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
mmvq.cpp fixed compilation warnings in ggml-sycl (llama/12424) 2025-03-27 11:06:03 +02:00
mmvq.hpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
norm.cpp SYCL: switch to SYCL namespace (llama/12674) 2025-04-02 15:51:57 +03:00
norm.hpp SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387) 2025-03-31 14:56:53 +03:00
outprod.cpp SYCL: Rename oneMKL to oneMath (llama/12192) 2025-04-02 15:51:57 +03: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: Add non-contiguous support in ROPE (llama/12993) 2025-04-24 20:39:16 +03:00
rope.hpp SYCL: Add non-contiguous support in ROPE (llama/12993) 2025-04-24 20:39:16 +03:00
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