Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs blocking flipping the default layout constraint for custom o…
…ps (pytorch#135391) Fixes two things: - For regular PyTorch ops, the default layout constraint tag is always flexible_layout. This was a bug with pytorch#135238 - Mark the new quantized _wrapped_linear_prepack ops as flexible_layout. The metas for these are incorrect, I didn't want to fix them (and changing the default requires the metas actually be correct). Test Plan: - The next PR up in the stack. The PRs are split because the next one is riskier. foo Pull Request resolved: pytorch#135391 Approved by: https://github.com/albanD
- Loading branch information