llama.cpp/ggml
hipudding 906bfed0ca cann: fix multi-stream to properly disable ACL graph mode
When GGML_CANN_MULTI_STREAM=1 is set, ACL graph capture/execution must
be disabled since they are incompatible. The previous code had a bug
where the prefill_use_graph check would overwrite use_cann_graph after
it was set to false for multi-stream mode.

Fix by wrapping the prefill_use_graph check inside if (use_cann_graph)
to ensure it only runs when ACL graph is not already disabled.
2026-02-04 08:38:12 +00:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (#15094) 2025-08-07 13:45:41 +02:00
include ggml-virtgpu: make the code thread safe (#19204) 2026-02-04 10:46:18 +08:00
src cann: fix multi-stream to properly disable ACL graph mode 2026-02-04 08:38:12 +00:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt Bump cmake max version (needed for Windows on Snapdragon builds) (#19188) 2026-02-01 14:13:38 -08:00