Uh oh!
There was an error while loading. Please reload this page.
Qualcomm AI Engine Direct - Fix fp16 unit test - #22059
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22059
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b082ba8 with merge base cff6f4d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Revert change introduced in pytorch#21729. Per internal discussion, we don't want to extend the function to include everything. Considering the pass already ensure the hadamard transform op exist, we will revert the op e2e test function.
b200d82 to
b082ba8CompareThis PR needs a |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Since nn.Module has no graph, the fp16 unit test failed with error "AttributeError: object has no attribute 'graph'".
#21729 introduce the error. Per internal discussion, we don't want to extend the function to include everything.
Considering the pass already ensure the hadamard transform op exist, we will revert the change to add expected_target.
Test plan