]> git.djapps.eu Git - pkg/ggml/sources/ggml/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:02:46 +0000 (14:02 +0300)
commit6ef9ccd2eeed7ebe52a707e6396c59e5f24a943a
tree68243f2a79c347e474e9e12f51f1ba31abf4669c
parente7ac3fe2425fd740992bc0b1d57524ce4372a449
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:
src/ggml-sycl/common.cpp
src/ggml-sycl/common.hpp
src/ggml-sycl/element_wise.cpp
src/ggml-sycl/getrows.cpp
src/ggml-sycl/getrows.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/im2col.cpp
src/ggml-sycl/im2col.hpp
src/ggml-sycl/norm.cpp
src/ggml-sycl/norm.hpp
src/ggml-sycl/rope.cpp
src/ggml-sycl/rope.hpp