]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: using graphs is configurable by environment variable and compile option (#12371)
authorŁukasz Ślusarczyk <redacted>
Tue, 18 Mar 2025 10:16:31 +0000 (11:16 +0100)
committerGitHub <redacted>
Tue, 18 Mar 2025 10:16:31 +0000 (11:16 +0100)
commit35cae5ba05a5292dc3108636a71ec59fa2f80ab7
treeb2fbf19d8fe7c9edb1ba310c90358e3f363681a4
parent810e0af3f50379682dd46b7967c4aadf3f8286f6
SYCL: using graphs is configurable by environment variable and compile option (#12371)

* alberto changes

* enable sycl graphs by env variable

* fixed compilation warnings in ggml-sycl.cpp

* renamed graph variables

* fix markdown in docs/backend/SYCL.md

Co-authored-by: Romain Biessy <redacted>
* fix markdown in docs/backend/SYCL.md again

* compiling graphs by default, renamed graph_enable to graph_disable

---------

Co-authored-by: Romain Biessy <redacted>
docs/backend/SYCL.md
ggml/CMakeLists.txt
ggml/src/ggml-sycl/CMakeLists.txt
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp