Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inductor][cpu]disable pointwise_cat on CPU (pytorch#116313)
We observed negative performance impact of pointwise_cat optimization on CPU so disabled it. We will revisit this later after enabling vectorization on index_expr. This PR fix the following three regression issues: pytorch#115827 pytorch#112139 pytorch#114495 and cause performance regression of pytorch_unet again. Related issue: pytorch#115343 Pull Request resolved: pytorch#116313 Approved by: https://github.com/jgong5, https://github.com/leslie-fang-intel, https://github.com/eellison
- Loading branch information