]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: Add all missing unary kernels (llama/13074)
authorAkarshan Biswas <redacted>
Mon, 28 Apr 2025 09:33:25 +0000 (15:03 +0530)
committerGeorgi Gerganov <redacted>
Thu, 1 May 2025 10:29:02 +0000 (13:29 +0300)
commit1a76e97c280ca7ba79d7f860ebdbf01988efcabf
tree711caf588a4e7a0a043f6c453c75230dea8a5ee0
parent7017c1d37d5b631d64c8d7e0336c8d3ffbf623ad
SYCL: Add all missing unary kernels (llama/13074)

* SYCL: Add all missing unary kernels

ggml-ci

* decouple kernel launch range from data size using strided loop

* use ciel_div helper for num_blocks
ggml-ci

* clean auto imported header files
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp