ggml-openvino: Add GGML_BACKEND_DL_IMPL invocation for OpenVINO backend (#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 GitHub
parent 305ba519ab
commit 5735e10c49

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)