]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Fix the sub group size of Intel (llama/8106)
authorluoyu-intel <redacted>
Tue, 2 Jul 2024 02:16:00 +0000 (02:16 +0000)
committerGeorgi Gerganov <redacted>
Mon, 8 Jul 2024 11:53:55 +0000 (14:53 +0300)
commitf096cc6807e013eec7a70613679b78cedd1679ff
tree253676c4d7519a3243139e51d6b70453e63b2da6
parente4bc83ab47f5bfd8871022c03ef732cdcbc36dcc
Fix the sub group size of Intel (llama/8106)

* use warp_size macro for all sycl kernels

* fix mask of permute_sub_group_by_xor

* fix rms_norm with correct warp number

* fix rms_norm_f32/group_norm_f32

* move norm to norm.cpp file

* fix quantize bug

* fix mmvq's batch size
ggml/src/CMakeLists.txt
ggml/src/ggml-sycl.cpp