]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] add dev2dev memcpy by SYCL API (#24476)
authorNeo Zhang <redacted>
Wed, 17 Jun 2026 14:21:34 +0000 (22:21 +0800)
committerGitHub <redacted>
Wed, 17 Jun 2026 14:21:34 +0000 (17:21 +0300)
commit74a80dd9c052bd2d3e3e8134436ad05cc6396d1a
treea36f884dd11187a4ec81f4ebc0c56d2b45594069
parentd1759e4156cece09a6ee5231ae1219f461b16d23
[SYCL] add dev2dev memcpy by SYCL API (#24476)

* add dev2dev memcpy by SYCL API

* mv GGML_SYCL_DEV2DEV_MEMCPY to runntime table

* update the detect method for p2p comm

* fix the erro created during fix confilct

---------

Co-authored-by: Neo Zhang <NA>
docs/backend/SYCL.md
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/dpct/helper.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp