]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: using graphs is configurable by environment variable and compile option (llama...
authorŁukasz Ślusarczyk <redacted>
Tue, 18 Mar 2025 10:16:31 +0000 (11:16 +0100)
committerGeorgi Gerganov <redacted>
Thu, 27 Mar 2025 09:06:03 +0000 (11:06 +0200)
commit97b5a3055d0b33b56bf956bd83abc6bccfb010e2
tree6e56702194a80b8327479dc0b6c8fe78068e4d77
parent9993c3f703162266cf08ef38b10b3abc7f67515e
SYCL: using graphs is configurable by environment variable and compile option (llama/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>
ggml/CMakeLists.txt
ggml/src/ggml-sycl/CMakeLists.txt
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp