Skip to content

Support weight sharing in QNN GPU#2325

Open
vjatoth-qti wants to merge 1 commit intomicrosoft:mainfrom
CodeLinaro:dev/vjatoth-qti/qnn-gpu-weight-sharing
Open

Support weight sharing in QNN GPU#2325
vjatoth-qti wants to merge 1 commit intomicrosoft:mainfrom
CodeLinaro:dev/vjatoth-qti/qnn-gpu-weight-sharing

Conversation

@vjatoth-qti
Copy link

Describe your changes

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.

(Optional) Issue link

decoder_config_extra=decoder_config_extra,
composite_components=None,
)
return handler

Check warning

Code scanning / lintrunner

RUFF/RET504 Warning

Unnecessary assignment to handler before return statement.
See https://docs.astral.sh/ruff/rules/unnecessary-assign
composite_components=list(zip(component_names, components)),
)

return composite

Check warning

Code scanning / lintrunner

RUFF/RET504 Warning

Unnecessary assignment to composite before return statement.
See https://docs.astral.sh/ruff/rules/unnecessary-assign
Copy link
Contributor

Choose a reason for hiding this comment

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

@vjatoth-qti the test pipeline failures are unrelated to the PR but please fix the linting errors. thanks!

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.

2 participants