Skip to content

Commit PSU Lora fix - #791

Merged
sfatimar merged 1 commit into
ovep-developfrom
sahar/fix_psu_lora_1
Aug 25, 2025
Merged

Commit PSU Lora fix#791
sfatimar merged 1 commit into
ovep-developfrom
sahar/fix_psu_lora_1

Conversation

@sfatimar

Copy link
Copy Markdown

Description

To avoid dangling dequantize Linear

Motivation and Context

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses a dangling dequantize Linear issue related to PSU LoRA by making two key changes: updating a test to exclude additional execution providers and improving cluster merging logic in the OpenVINO provider.

  • Updates loop test to exclude OpenVINO execution provider alongside TensorRT
  • Enhances cluster merging algorithm to handle multiple consecutive clusters more robustly

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
onnxruntime/test/providers/cpu/controlflow/loop_test.cc Adds OpenVINO to the list of excluded execution providers in SubgraphTypeOverride test
onnxruntime/core/providers/openvino/ov_versions/capability.cc Improves cluster merging logic to iterate through all remaining clusters instead of just the next one

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread onnxruntime/core/providers/openvino/ov_versions/capability.cc

@MayureshV1 MayureshV1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! This is fixing clustering for PSU LORA

@sfatimar
sfatimar merged commit ed6d8e0 into ovep-develop Aug 25, 2025
6 of 8 checks passed
vthaniel pushed a commit that referenced this pull request Aug 28, 2025
@sfatimar
sfatimar removed the request for review from Copilot March 23, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants