pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
2.2k stars 368 forks source link

add Qualcomm SA8295 support #6986

Closed tianxf99 closed 14 hours ago

tianxf99 commented 1 day ago

Summary

Attempting to add Qualcomm SA8295 support. Noticed a prior attempt one year ago (#1196). If anyone is currently working on this, I'd be happy to collaborate! :D

Fixes

Fixes #1176

pytorch-bot[bot] commented 1 day ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6986

Note: Links to docs will display an error until the docs builds have been completed.

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:x: 1 New Failure

As of commit 6523766cdeed116f7134a0d0761d0a2b0db2ddf9 with merge base aa8d9049a19d523561ad472594f9f72f51f814f3 (image):

NEW FAILURE - The following job has failed:

* [pull / test-llava-runner-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6986#33304945670) ([gh](https://github.com/pytorch/executorch/actions/runs/11947772702/job/33304945670)) `test_generated_output`

This comment was automatically generated by Dr. CI and updates every 15 minutes.

facebook-github-bot commented 1 day ago

Hi @tianxf99!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

cccclai commented 1 day ago

@chiwwang hey can you help with reviewing?

tianxf99 commented 1 day ago

I built it with qnn 2.20 version and have tested the deeplabv3 example on SA8295 soc and it works

facebook-github-bot commented 1 day ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

facebook-github-bot commented 15 hours ago

@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

cccclai commented 15 hours ago

Hi @tianxf99, thank you for contributing! Just curious, what is your use case?