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 - Suite Operator Test Support Part 2 (#14848)
### Summary
Support following OPs
- Threshold OP
- negative dims permute
- sqrt unit test modified to use desired input rather than random values
- rsqrt unit test modified to use desired input rather than random
values
- per channel conv3d support
For the sqrt/rsqrt, I believe the sample input for each UT is using
`rand` instead of `randn` on purpose to prevent negative numbers input,
however, if we don't set `generate_random_test_inputs=False`, then later
on it will be using random values consisting of negative numbers,
causing `nan` showing up on output.
If everything works as expected, we should pass 6 more tests, bringing
pass rate from **90.7% -> 91.5%**
### Test plan
UT added
cc @cccclai@shewu-quic@haowhsu-quic@DannyYuyang-quic@cbilgin
0 commit comments