| commit | 5ce8002d24d357a259598937d13e1b8ab3bcdcab | [log] [tgz] |
|---|---|---|
| author | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Wed Oct 25 16:34:16 2023 +0000 |
| committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Wed Oct 25 16:34:16 2023 +0000 |
| tree | 6a88c25c7305981da27e369ef996c58396ed718c | |
| parent | 5846705e36795d76941e18073e49c6edba90c994 [diff] [blame] |
Revert "Remove deprecated fbgemm operators (#104535)" This reverts commit 57c7aa12dbf71617bd21fe7e076df8e823b5b7bb. Reverted https://github.com/pytorch/pytorch/pull/104535 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](https://github.com/pytorch/pytorch/pull/104535#issuecomment-1779650412))
diff --git a/build_variables.bzl b/build_variables.bzl index 11152d6..2a306c2 100644 --- a/build_variables.bzl +++ b/build_variables.bzl
@@ -1323,6 +1323,7 @@ "aten/src/ATen/native/PointwiseOps.cpp", "aten/src/ATen/native/Pooling.cpp", "aten/src/ATen/native/Pow.cpp", + "aten/src/ATen/native/QuantizedLinear.cpp", "aten/src/ATen/native/RNN.cpp", "aten/src/ATen/native/RangeFactories.cpp", "aten/src/ATen/native/ReduceAllOps.cpp",