Skip to content

Qualcomm AI Engine Direct - fixed missing import in custom op example#18149

Open
shewu-quic wants to merge 3 commits intopytorch:mainfrom
CodeLinaro:dev1/hutton/fixed_custom_op_example
Open

Qualcomm AI Engine Direct - fixed missing import in custom op example#18149
shewu-quic wants to merge 3 commits intopytorch:mainfrom
CodeLinaro:dev1/hutton/fixed_custom_op_example

Conversation

@shewu-quic
Copy link
Collaborator

@shewu-quic shewu-quic commented Mar 13, 2026

Summary:

  • Resolved the visibility issue for libQnnHtp to avoid undefined symbol error with custom operator
os_linux.cc:310::ERROR:Error attempting to load dynamic library examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/build/x86_64-linux-clang/libQnnExampleOpPackage.so: examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/build/x86_64-linux-clang/libQnnExampleOpPackage.so: undefined symbol: _ZTIN4hnnx15TypicalOpIoBaseILj1ELj1EEE
  • Fixed missing import in custom op example

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 13, 2026

🔗 Helpful Links

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

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

❌ 1 New Failure, 4 Unrelated Failures

As of commit 5cfd120 with merge base 96aeb57 (image):

NEW FAILURE - The following job has failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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

@meta-cla meta-cla 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 Mar 13, 2026
@github-actions
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@shewu-quic shewu-quic force-pushed the dev1/hutton/fixed_custom_op_example branch from e76604e to c878c78 Compare March 13, 2026 02:06
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove/ run linter. Thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks!

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants