whisper.cpp/ggml/src/ggml-sycl
Neo Zhang Jianyu c10b4f9a01
fix softmax for iGPU (llama/17838)
2025-12-12 17:53:23 +02:00
..
dpct refactor soft_max, add soft_max_back (llama/16472) 2025-10-12 11:16:23 +03:00
CMakeLists.txt sycl : support to malloc memory on device more than 4GB, update the doc and script (llama/17566) 2025-12-12 17:53:13 +02:00
backend.hpp sycl: add SSM_CONV operation support (llama/16800) 2025-11-09 23:38:03 +02:00
binbcast.cpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
binbcast.hpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
common.cpp
common.hpp refactor pad_reflect_1d to make the UT case pass (llama/17204) 2025-12-12 17:53:10 +02:00
concat.cpp sycl: add CONCAT operator support (llama/16047) 2025-11-09 23:38:03 +02:00
concat.hpp
conv.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
conv.hpp
convert.cpp sycl: add missing BF16 conversion support for Intel oneAPI (llama/17780) 2025-12-12 17:53:21 +02:00
convert.hpp
count-equal.cpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
count-equal.hpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
cpy.cpp sycl : support to malloc memory on device more than 4GB, update the doc and script (llama/17566) 2025-12-12 17:53:13 +02:00
cpy.hpp SYCL: Add set_rows support for quantized types (llama/14883) 2025-08-18 20:30:45 +03:00
dequantize.hpp
dmmv.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
dmmv.hpp
element_wise.cpp sycl : unify unary kernels with a generic implementation and enable wide operator support (llama/17213) 2025-11-17 21:05:46 +02:00
element_wise.hpp SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (llama/16613) 2025-10-22 12:58:11 +03:00
gemm.hpp sycl: Batched mulmat rework for oneDNN dispatch (llama/14617) 2025-07-20 00:23:50 +03:00
getrows.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
getrows.hpp
ggml-sycl.cpp ggml : add circular tiling support to pad, for Vulkan, CUDA, and CPU (used for making seamless textures) (llama/16985) 2025-12-12 17:53:20 +02:00
gla.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
gla.hpp
im2col.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
im2col.hpp
mmq.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
mmq.hpp
mmvq.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
mmvq.hpp
norm.cpp sycl: add RMS_NORM_BACK operation support (llama/16808) 2025-11-09 23:38:03 +02:00
norm.hpp sycl: add RMS_NORM_BACK operation support (llama/16808) 2025-11-09 23:38:03 +02:00
outprod.cpp
outprod.hpp
pad.cpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
pad.hpp fix UT fault cases: count-equal, argsort, pad OPs (llama/16521) 2025-10-15 09:29:17 +03:00
pad_reflect_1d.cpp refactor pad_reflect_1d to make the UT case pass (llama/17204) 2025-12-12 17:53:10 +02:00
pad_reflect_1d.hpp refactor pad_reflect_1d to make the UT case pass (llama/17204) 2025-12-12 17:53:10 +02:00
presets.hpp SYCL SET operator optimized for F32 tensors (llama/16350) 2025-10-22 12:58:11 +03:00
quantize.hpp sycl: refactor quantization to q8_1 (llama/14815) 2025-08-18 20:30:45 +03:00
quants.hpp sycl: fixed semantics of block offset calculation (llama/14814) 2025-07-28 13:02:32 +03:00
repeat_back.cpp SYCL: optimized repeat_back kernel (3× fewer asm instructions, 2× faster)Feature/sycl repeat back opt (#16869) 2025-11-09 23:38:03 +02:00
repeat_back.hpp sycl: add REPEAT_BACK operation support (llama/16734) 2025-11-09 23:38:03 +02:00
roll.cpp sycl: add ROLL operation support (llama/16665) 2025-11-09 23:38:03 +02:00
roll.hpp sycl: add ROLL operation support (llama/16665) 2025-11-09 23:38:03 +02:00
rope.cpp model: add support for qwen3vl series (llama/16780) 2025-11-09 23:38:03 +02:00
rope.hpp
set.cpp SYCL SET operator optimized for F32 tensors (llama/16350) 2025-10-22 12:58:11 +03:00
set.hpp SYCL SET operator optimized for F32 tensors (llama/16350) 2025-10-22 12:58:11 +03:00
set_rows.cpp ggml : implement set_rows with i32 index (llama/16159) 2025-09-29 15:18:09 +03:00
set_rows.hpp SYCL: Initial set_rows kernel implementation (llama/14562) 2025-07-12 19:23:56 +03:00
softmax.cpp fix softmax for iGPU (llama/17838) 2025-12-12 17:53:23 +02:00
softmax.hpp refactor soft_max, add soft_max_back (llama/16472) 2025-10-12 11:16:23 +03:00
ssm_conv.cpp sycl: add SSM_CONV operation support (llama/16800) 2025-11-09 23:38:03 +02:00
ssm_conv.hpp sycl: add SSM_CONV operation support (llama/16800) 2025-11-09 23:38:03 +02:00
sycl_hw.cpp
sycl_hw.hpp
tsembd.cpp ggml : fix padding in timestep embedding kernels (llama/15932) 2025-09-20 13:45:30 +03:00
tsembd.hpp
vecdotq.hpp sycl: fixed semantics of block offset calculation (llama/14814) 2025-07-28 13:02:32 +03:00
wkv.cpp Revert "sycl: add usage of enqueue_functions extension (llama/14244)" (llama/15910) 2025-09-20 13:45:28 +03:00
wkv.hpp