]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type (llama/15797)
authorDiego Devesa <redacted>
Thu, 11 Sep 2025 20:47:38 +0000 (13:47 -0700)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:33:50 +0000 (13:33 +0300)
commit05b557197a15fe4b857b54150ce0a9e4f6aab23e
treecf7e293324dd7d483345215c79183e61534397a1
parentb6b3db5189eda85ab052d22df4a9daafd846d2d1
ggml-backend : add GGML_BACKEND_DEVICE_TYPE_IGPU device type (llama/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
include/ggml-backend.h
src/ggml-backend-impl.h
src/ggml-backend-reg.cpp
src/ggml-cuda/ggml-cuda.cu
src/ggml-vulkan/ggml-vulkan.cpp