Skip to content

Clean unused code and fix build warnings in OpenVINO backend#174

Merged
zhaixuejun1993 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/fix-warning
May 20, 2026
Merged

Clean unused code and fix build warnings in OpenVINO backend#174
zhaixuejun1993 merged 1 commit into
ravi9:dev_backend_openvinofrom
zhaixuejun1993:xuejun/fix-warning

Conversation

@zhaixuejun1993
Copy link
Copy Markdown
Collaborator

This pull request makes minor refactoring and code cleanup changes to the translate_gated_delta_net and related functions in ggml-openvino. The changes remove an unused variable, make a function static, and clean up some variable declarations.

Code cleanup and refactoring:

  • Removed the unused g_shape and kda variables from translate_gated_delta_net, as the per-key-dimension gating logic is not supported in the fused op.
  • Removed the unused H_k variable from translate_gated_delta_net.
  • Made the translate_gated_delta_net_ref function static to limit its visibility to the current translation unit.## Overview

Additional information

Requirements

@zhaixuejun1993 zhaixuejun1993 merged commit 62d13d9 into ravi9:dev_backend_openvino May 20, 2026
2 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant