You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qualcomm AI Engine Direct - Adding QNN backend support for _cdist_forward core ATen op (pytorch#20195)
### Summary
Added support for the `_cdist_forward` core ATen op using the existing
implementation for `CDist`. Note this is an internal ATen variant of
`torch.cdist` that `torch.export` produces, so just added the target to
the existing pass for `CDist` and other small additions to make sure the
pass is registered in the correct pipelines.
### Test plan
```
python backends/qualcomm/tests/test_qnn_delegate.py -k TestQNNFloatingPointOperator.test_qnn_backend_cdist_forward --model SM8750 --host aisw-vm15-labsd --device 545ee4aa --build_folder build-android
python backends/qualcomm/tests/test_qnn_delegate.py -k TestQNNQuantizedOperator.test_qnn_backend_cdist_forward --model SM8750 --host aisw-vm15-labsd --device 545ee4aa --build_folder build-android
```
cc @cccclai@cbilgin@abhinaykukkadapu
0 commit comments