Cherry-pick PR #297 to v0.3.0-dev: Add thead vendor attention backend - #360
Draft
physics31415926 wants to merge 1 commit into
Draft
Cherry-pick PR #297 to v0.3.0-dev: Add thead vendor attention backend#360physics31415926 wants to merge 1 commit into
physics31415926 wants to merge 1 commit into
Conversation
<!-- One of [Core | Vendor | OP | Tools | Others] --> vendor <!-- One of [User Experience | New Features | Bug Fixes | Improvements | Performance | Breaking Change | Deprecations | Test Case | Docs | Others] --> User Experience <!-- Describe what this PR does and why. --> add thead vendor attention backend <!-- Link any related issues: Fixes #issue, Closes #issue, or Related to <!-- List the key changes made in this PR. --> - add thead vendor attention backend <!-- How has this change been tested? Include test commands, hardware used, etc. --> - verify qwen3.6-35B use vendor attention backend on PPU without accuracy and perf verify minicpm5 use vendor attention backend on PPU with accuracy and perf - [ ] I have run the existing tests and they pass - [ ] I have added tests for my changes (if applicable) - [ ] I have updated the documentation (if applicable) (cherry picked from commit d1327ae)
physics31415926
requested review from
ceci3 and
cyber-pioneer
and removed request for
ceci3
August 10, 2026 08:41
ceci3
approved these changes
Aug 10, 2026
physics31415926
marked this pull request as draft
August 10, 2026 08:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR cherry-picks #297 (add thead vendor attention backend) to the v0.3.0-dev branch.