whisper.cpp / ggml /src /ggml-sycl

Commit History

sycl: Fix and disable more configurations of mul_mat (llama/15151)
7b868ed

Romain Biessy commited on

ggml : fix field name when new ggml_backend (llama/14944)
685748d

AN Long commited on

llama : add gpt-oss (llama/15091)
bf225d6

ggerganov ngxson HF Staff slaren commited on

sycl: fix mul_mat selection (llama/15092)
344310a

Romain Biessy commited on

cuda, sycl : fix batched gemm when ne02 == 1 && ne03 > 1 (llama/15038)
cc3a2ed

ggerganov commited on

SYCL: Add set_rows support for quantized types (llama/14883)
c55b72b

Akarshan Biswas commited on

sycl: refactor quantization to q8_1 (llama/14815)
31edd77

Alberto Cabrera Pérez commited on

sycl: fixed semantics of block offset calculation (llama/14814)
d3d52a4

Alberto Cabrera Pérez commited on

sycl: fix undefined variable in work group size check (llama/14843)
bcbbf47

Donghyeon Jeong commited on

sycl: Fix im2col (llama/14797)
931edc1

Romain Biessy commited on

use max work group size for device to replace the magic number (llama/14732)
e5e9b79

Neo Zhang Jianyu commited on

sycl: Hotfix for non dnnl codepath (llama/14677)
75496c9

Anton Mitkov commited on

SYCL: use 1D kernel for set_rows (llama/14618)
b305121

Akarshan Biswas commited on

sycl: Batched mulmat rework for oneDNN dispatch (llama/14617)
2722bea

Anton Mitkov commited on

ggml : add build-time message to remind about ggml_set_rows (llama/14661)
0f5d4ba

ggerganov commited on

SYCL: Initial set_rows kernel implementation (llama/14562)
e62ef85

Akarshan Biswas commited on

ggml : add ggml_scale_bias (llama/14417)
573d50a

ngxson HF Staff commited on

cuda : fix rope with partial rotation and non-cont src (llama/14580)
aaf2d96

ggerganov commited on

ggml : implement GEGLU_ERF and GEGLU_QUICK ops (llama/14445)
f798922

Sigbjørn Skjæret commited on

Fix conditional enabling following arch checks for ggml-sycl (llama/14504)
1f15602

Nicolò Scipione commited on

kv-cache : use ggml_set_rows (llama/14285)
7d6d9e8

ggerganov commited on

ggml : support bcast ggml_soft_max_ext, ggml_flash_attn_ext (llama/14435)
ebacb3e

ggerganov commited on

ggml-cpu: sycl: Re-enable exp f16 (llama/14462)
c0fcd7a

Romain Biessy commited on

SYCL: disable faulty fp16 exp kernel (llama/14395)
b4969ff

Akarshan Biswas commited on

sycl: GGML_SYCL_DISABLE_OPT on by default for all Intel Devices (llama/13973)
b25d3bf

Anton Mitkov commited on

sycl: add usage of enqueue_functions extension (llama/14244)
2e59a96

Nicolò Scipione commited on

sycl: Cleanup codepaths in Get Rows in sycl backend (llama/14215)
feee739

Anton Mitkov commited on

sycl: Adding additional cpy dbg print output (llama/14034)
6799437

Anton Mitkov commited on

SYCL: Bump oneMath commit (llama/14152)
4d12916

Ewan Crawford commited on

sycl: Remove not needed copy f16->f32 for dnnl mul mat (llama/14125)
eed049f

Anton Mitkov commited on

ggml-cpu : split arch-specific implementations (llama/13892)
8c833e9

xctan ggerganov commited on

sycl: Add reorder to Q6_K mmvq implementation (llama/13885)
56f0e48

Nicolò Scipione commited on

SYCL: Implement few same quantized type copy kernels (llama/13739)
4c88a27

Akarshan Biswas commited on

sycl: quantize and reorder the input to q8_1 when reorder is enabled (llama/13826)
c4e62cd

Atharva Dubey Alberto Cabrera Pérez commited on

SYCL: Add mrope kernel (llama/13755)
e4b1812

Akarshan Biswas commited on

SYCL: add gelu_erf kernel (llama/13749)
49a9b40

Akarshan Biswas Atharva Dubey commited on

cmake : Fix broken CMake error messages (ggml/1252)
67baecc

Kai Pastor commited on

SYCL: Add non contiguous support in RMS_NORM and NORM kernels (llama/13611)
5de15cd

Akarshan Biswas commited on

sycl: Add more debug prints (llama/13640)
4da3fb6

Romain Biessy commited on

SYCL: revert "sycl: simplify bin_bcast_kernel (ggml/13383)" (llama/13752)
8c2a700

Akarshan Biswas commited on

sycl : Remove waits from function calls (llama/13702)
b9bf6b6

Nicolò Scipione commited on

SYCL: Avoid using with SYCL-Graph for unsupported nodes (llama/13587)
7eb0e6e

Ewan Crawford commited on

sycl: disable reorder for sycl mulmat (llama/13536)
e023dc2

Svetlozar Georgiev commited on

sycl : Overcoming workaround for mmap() allocation on Windows (llama/13482)
bf74ede

Nicolò Scipione commited on

sycl : fixed compilation warnings (llama/13582)
5037d84

Łukasz Ślusarczyk commited on

sycl: simplify bin_bcast_kernel (llama/13383)
c39b646

Atharva Dubey commited on

sycl: reordered Q4_K MMVQ (llama/13109)
6ca3a47

Svetlozar Georgiev commited on

sycl: use oneDNN for matrices multiplication (llama/12972)
2008e08

Łukasz Ślusarczyk commited on

enable dpcpp nightly builds with libraries (llama/13406)
c9c1196

Atharva Dubey commited on