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 randn core ATen op (pytorch#19377)
### Summary
Added support for the `randn` core ATen op using the existing [QNN
backend
implementation](https://docs.qualcomm.com/doc/80-63442-10/topic/MasterOpDef.html#randomnormallike)
of `RandomNormalLike`. Note only `INT8` outputs are supported.
Also fixed a minor bug in the `rand` op's implementation and test and
removed the `FP` test as it doesn't serve a purpose since `rand` doesn't
support `FP` outputs either.
### Test plan
```
python backends/qualcomm/tests/test_qnn_delegate.py -k TestQNNQuantizedOperator.test_qnn_backend_randn --model
SM8750 --host aisw-vm15-labsd --device 545ee4aa --build_folder build-android
```
0 commit comments