]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sycl : Fixes to broken builds and test-backend-ops (llama/10257)
authorAlberto Cabrera Pérez <redacted>
Wed, 13 Nov 2024 09:40:57 +0000 (09:40 +0000)
committerGeorgi Gerganov <redacted>
Wed, 13 Nov 2024 17:03:32 +0000 (19:03 +0200)
commit6fd654e0f9b388256e830405abde4c7dfe33f1c9
treeffd521655b9ccd2df7d5d28af414e492df06c09b
parent688752ec02743d60309a760f21550607c34e3baf
sycl : Fixes to broken builds and test-backend-ops (llama/10257)

* Fixes broken build for the SYCL CUDA backend caused by non-explicit gemm call in outprod (merged in with RWKV6 in
Optimize RWKV6 Operator Naming and Implement Multi-core CPU/ SYCL Acceleration #10133)

* Marks permuted MUL_MAT as unsupported to be able to run test-backend-ops

* Fixes asserts in norm to fix debug builds.
src/ggml-sycl.cpp
src/ggml-sycl/norm.cpp
src/ggml-sycl/outprod.cpp