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
Fix aqt implementation for aten.mm/aten.addmm fallback path (#2072)
Summary:
Previously in try except there was a side effect of transposing weight_tensor, even if the
dispatch failed, this could cause errors in the fallback path. This PR fixes it.
Test Plan:
python test/dtypes/test_affine_quantized.py -k test_matmul
Reviewers:
Subscribers:
Tasks:
Tags:
0 commit comments