-
Notifications
You must be signed in to change notification settings - Fork 607
Qualcomm AI Engine Direct - Refine max spill fill buffer setting #5989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cccclai
commented
Oct 8, 2024
- Get required spillFillBufferSize from context binary and set to compiler_spec
- Quantize embedding op in qnn.
- If enable multi-contexts, maxSpillFillBuffer could not set to zero.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5989
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 01afb5e with merge base f0112a2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
34e6fd6
to
8d4175a
Compare
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
8d4175a
to
bf6ccb4
Compare
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
- Get required spillFillBufferSize from context binary and set to compiler_spec - Quantize embedding op in qnn. - If enable multi-contexts, maxSpillFillBuffer could not set to zero.
bf6ccb4
to
01afb5e
Compare
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…orch#5989) Summary: - Get required spillFillBufferSize from context binary and set to compiler_spec - Quantize embedding op in qnn. - If enable multi-contexts, maxSpillFillBuffer could not set to zero. Pull Request resolved: pytorch#5989 Reviewed By: kirklandsign Differential Revision: D64056107 Pulled By: cccclai
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@pytorchbot cherry-pick --onto release/0.4 -c critical |
Summary: - Get required spillFillBufferSize from context binary and set to compiler_spec - Quantize embedding op in qnn. - If enable multi-contexts, maxSpillFillBuffer could not set to zero. Pull Request resolved: #5989 Reviewed By: kirklandsign Differential Revision: D64056107 Pulled By: cccclai fbshipit-source-id: 9f9846e6ac7b4a27d734d2812ac3bbad32fb194f (cherry picked from commit 01fcdf4)
Cherry picking #5989The cherry pick PR is at #6041 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Qualcomm AI Engine Direct - Refine max spill fill buffer setting (#5989) Summary: - Get required spillFillBufferSize from context binary and set to compiler_spec - Quantize embedding op in qnn. - If enable multi-contexts, maxSpillFillBuffer could not set to zero. Pull Request resolved: #5989 Reviewed By: kirklandsign Differential Revision: D64056107 Pulled By: cccclai fbshipit-source-id: 9f9846e6ac7b4a27d734d2812ac3bbad32fb194f (cherry picked from commit 01fcdf4) Co-authored-by: Sheng Feng Wu <[email protected]>