Skip to content
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

Work around flatccrt issue in CI script #7570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benkli01
Copy link
Collaborator

@benkli01 benkli01 commented Jan 9, 2025

When running build-qnn-sdk.sh in certain circumstances the libflatccrt.a cannot be found. To work around this we can build the QNN backend twice, second time with option --no_clean, to make sure the library is found.

Fixes #7300

When running build-qnn-sdk.sh in certain circumstances the libflatccrt.a
cannot be found. To work around this we can build the QNN backend twice,
second time with option `--no_clean`, to make sure the library is found.

Resolves: pytorch#7300
Change-Id: I47e14f1fa318538587b848ee02240f7867c88f50
Signed-off-by: Benjamin Klimczak <[email protected]>
Copy link

pytorch-bot bot commented Jan 9, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7570

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

✅ No Failures

As of commit cdfbad3 with merge base b16271c (image):
💚 Looks good so far! There are no failures yet. 💚

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 9, 2025
@benkli01 benkli01 requested review from dbort and Olivia-liu January 9, 2025 16:19
@benkli01
Copy link
Collaborator Author

benkli01 commented Jan 9, 2025

Hi @dbort and @Olivia-liu. Could one of you have a look please to unblock #5027?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing libflatccrt.a when building executor_runner
2 participants