]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: fix use-after-free bug with async memcpy in MoE prefill (#24676)
authorAlexey Kopytko <redacted>
Wed, 17 Jun 2026 05:57:29 +0000 (14:57 +0900)
committerGitHub <redacted>
Wed, 17 Jun 2026 05:57:29 +0000 (08:57 +0300)
commitebbc1e51c136093f887bfc36e337520da352ee22
tree5c0573ab04eda274bda2277a8658aa0bc94d3891
parent9b260fc9efff574394bd4948ffaf533ef1d00082
SYCL: fix use-after-free bug with async memcpy in MoE prefill (#24676)

* SYCL: fix a bug with async memcpy

* make mmid_row_mapping_host persistent

* comment on stream->wait

* Apply suggestion from @sanmai

* Apply suggestion from @sanmai

* Apply suggestion from @sanmai
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp