]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type (#15797)
authorDiego Devesa <redacted>
Thu, 11 Sep 2025 20:47:38 +0000 (13:47 -0700)
committerGitHub <redacted>
Thu, 11 Sep 2025 20:47:38 +0000 (22:47 +0200)
commit360d6533db39e11577afe9b0aece20c6b5ddaf1f
tree587926ec43029c912494dcd4303fbd5f49128bc1
parent0e6ff0046f4a2983b2c77950aa75960fe4b4f0e2
ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type (#15797)

* ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type

ggml-backend : add device id to device props

llama : only use iGPU devices if there are no GPU devices

llama : do not use multiple devices from different backends with the same device id
ggml/include/ggml-backend.h
ggml/src/ggml-backend-impl.h
ggml/src/ggml-backend-reg.cpp
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-vulkan/ggml-vulkan.cpp
src/llama.cpp
tools/llama-bench/llama-bench.cpp