### 馃悰 Describe the bug Picked up in https://github.com/pytorch/torchchat/pull/1367, and worked around via https://github.com/pytorch/pytorch/pull/143236, it appears the input to the torchchat AOTI runner is not 16 byte aligned. While the PR from pytorch/pytorch eases this constraint, this may be indicative of potential perf losses (common of misalignment) hattip to @malfet for suggesting line of investigation ### Versions https://github.com/pytorch/torchchat/commit/bb72b096b14f0c9753070f3523e43ed58aa55178
馃悰 Describe the bug
Picked up in #1367, and worked around via pytorch/pytorch#143236, it appears the input to the torchchat AOTI runner is not 16 byte aligned.
While the PR from pytorch/pytorch eases this constraint, this may be indicative of potential perf losses (common of misalignment)
hattip to @malfet for suggesting line of investigation
Versions
bb72b09