llama.cpp/ggml
kepard a949ab71c9 fix(openvino): use find_package(TBB) instead of hardcoded archive path
The OpenVINO backend CMakeLists.txt hardcoded a TBB path relative to
OpenVINO_DIR that assumes the official archive install layout:

  ${OpenVINO_DIR}/../3rdparty/tbb/lib/cmake/TBB/TBBConfig.cmake

This path does not exist when OpenVINO is installed via apt on Ubuntu,
which uses the system TBB and places cmake config files at:

  /usr/lib/x86_64-linux-gnu/cmake/TBB/

Replace with find_package(TBB REQUIRED) and document the -DTBB_DIR
hint needed for apt-based installs.
2026-03-15 01:17:16 +01:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (#15094) 2025-08-07 13:45:41 +02:00
include ggml : add OpenVINO backend (#15307) 2026-03-14 07:56:55 +02:00
src fix(openvino): use find_package(TBB) instead of hardcoded archive path 2026-03-15 01:17:16 +01:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt ggml : add OpenVINO backend (#15307) 2026-03-14 07:56:55 +02:00