]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387)
authorAkarshan Biswas <redacted>
Mon, 31 Mar 2025 09:25:24 +0000 (14:55 +0530)
committerGeorgi Gerganov <redacted>
Mon, 31 Mar 2025 11:56:53 +0000 (14:56 +0300)
commit2e2f0f954b9d174058649cbf8989012ce3775369
tree7d183fd00458a7fce9a1b4ddb63402d9412d82c7
parent93631b2be61add73b016b040902a8e082cb130a2
SYCL: Remove misleading ggml_sycl_op_flatten function (llama/12387)

* SYCL: Remove misleading ggml_sycl_op_flatten function

* remove trailing whitespace

* Fix L2 norm from rebase

* remove try catch block from element_wise.cpp

* remove comment from common.hp

* ggml-sycl.cpp: Add try catch sycl::exception block in compute_forward

* norm.cpp: remove try catch exception block
12 files changed:
ggml/src/ggml-sycl/common.cpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/getrows.cpp
ggml/src/ggml-sycl/getrows.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/im2col.cpp
ggml/src/ggml-sycl/im2col.hpp
ggml/src/ggml-sycl/norm.cpp
ggml/src/ggml-sycl/norm.hpp
ggml/src/ggml-sycl/rope.cpp
ggml/src/ggml-sycl/rope.hpp