]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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:45:28 +0000 (13:45 +0300)
commit555dcb3e0121a4339e373c8c17067d5f45005a3f
treed7808af2279650e25a5173b2d2656ead06c549a2
parentf0768eb575f16d7eaa66c1fc507241f40d5081d2
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
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