ggml-openvino: Add GGML_BACKEND_DL_IMPL invocation for OpenVINO backend (llama/25795)

This adds the missing `GGML_BACKEND_DL_IMPL()` macro invocation, that other backends have.

Fixes #25586 for me
This commit is contained in:
Markus Ebner 2026-07-21 16:43:11 +02:00 committed by Georgi Gerganov
parent 9747391d8c
commit 2fd0abdc13
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 2 additions and 0 deletions

View File

@ -1378,3 +1378,5 @@ GGML_BACKEND_API ggml_backend_reg_t ggml_backend_openvino_reg(void) {
return ®
}
GGML_BACKEND_DL_IMPL(ggml_backend_openvino_reg)