Revert "[ATen][CPU][Sparse] Use Third-Party Eigen for sparse add and addmm (#155357)"

This reverts commit ce048de608180fa88335e5821070472539968b54.

Reverted https://github.com/pytorch/pytorch/pull/155357 on behalf of https://github.com/seemethere due to This is causing buck builds to fail since we didn't add the definition of AT_USE_EIGEN_SPARSE in the buckbuild.bzl file, will follow-up and re-land this. ([comment](https://github.com/pytorch/pytorch/pull/155357#issuecomment-3212270510))
This commit is contained in:
PyTorch MergeBot
2025-08-21 22:38:39 +00:00
parent cb57953215
commit fc0683b1e7
13 changed files with 8 additions and 423 deletions

View File

@ -279,7 +279,6 @@ header_template_rule(
"@AT_BLAS_F2C@": "0",
"@AT_BLAS_USE_CBLAS_DOT@": "1",
"@AT_KLEIDIAI_ENABLED@": "0",
"@AT_USE_EIGEN_SPARSE@": "0",
},
)