Move QNN SDK into backends/qualcomm/CMakeLists.txt
Summary
[PLEASE REMOVE] See CONTRIBUTING.md's Pull Requests for ExecuTorch PR guidelines.
[PLEASE REMOVE] If this PR closes an issue, please add a Fixes #<issue-id> line.
[PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: " label. For a list of available release notes labels, check out CONTRIBUTING.md's Pull Requests.
Test plan
[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15546
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:x: 8 New Failures, 3 Unrelated Failures
As of commit 1acb1519c50f28289c6f404017485071366dd586 with merge base 3826f44a843a5cb425973cf3acbc59d5ec294998 ():
NEW FAILURES - The following jobs have failed:
-
pull / unittest / linux / linux-job (gh)
exir/backend/test/test_lowered_backend_module.py::TestBackendAPI::test_emit_nested_lowered_backend_module -
pull / unittest-editable / linux / linux-job (gh)
exir/backend/test/test_lowered_backend_module.py::TestBackendAPI::test_emit_nested_lowered_backend_module -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-large-v3-turbo, non-quantized) / linux-job (gh)
RuntimeError: Command docker exec -t 99ed4fc7a2bbc096752a7972921d2a87419d5e3b034e5f8e3a7bc8b85aa64cc0 /exec failed with exit code 1 -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-large-v3-turbo, quantized-int4-tile-packed) / linux-job (gh)
RuntimeError: Command docker exec -t 656453a3c4bf74180979fa94d4a6ee34b88a394af20add9c04f5edd0b4a05388 /exec failed with exit code 1 -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-large-v3-turbo, quantized-int4-weight-only) / linux-job (gh)
RuntimeError: Command docker exec -t 4fdfecfcf3ebb57fa7bb7dceca1927ab892a3e37af586fe42ba58837b4cfb8f0 /exec failed with exit code 1 -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-small, non-quantized) / linux-job (gh)
RuntimeError: Command docker exec -t 375dcfc936159cb7e2e610fd1446546a7805cb196c3f434d67f4393c6826395f /exec failed with exit code 1 -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-small, quantized-int4-tile-packed) / linux-job (gh)
RuntimeError: Command docker exec -t 0b395b9795d2549be440f3f9a3a7d228cc25b03691749ab56f9beac0b2c31063 /exec failed with exit code 1 -
Test CUDA Builds / test-model-cuda-e2e (openai, whisper-small, quantized-int4-weight-only) / linux-job (gh)
RuntimeError: Command docker exec -t 9ec00eedb26e8add8d68a6ead018d543167347657a7994a658396ceedf64aad2 /exec failed with exit code 1
FLAKY - The following job failed but was likely due to flakiness present on trunk:
- pull / test-models-linux (resnet18, portable, linux.2xlarge) / linux-job (gh) (detected as infra flaky with no log or failing log classifier)
BROKEN TRUNK - The following jobs failed but was present on the merge base:
👉 Rebase onto the `viable/strict` branch to avoid these failures
-
Test Metal Backend / test-model-metal-e2e (openai, whisper-large-v3-turbo, non-quantized) / macos-job (gh) (trunk failure)
RuntimeError: Command bash /Users/ec2-user/runner/_work/_temp/exec_script failed with exit code 1 -
Test Metal Backend / test-model-metal-e2e (openai, whisper-small, non-quantized) / macos-job (gh) (trunk failure)
RuntimeError: Command bash /Users/ec2-user/runner/_work/_temp/exec_script failed with exit code 1
This comment was automatically generated by Dr. CI and updates every 15 minutes.
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.
Thanks! I added the binary ci job to make sure the wheel package publishing path is still working
Hi @haowhsu-quic, can you review the changes inside backends/qualcomm?