pytorch/third_party
Peter Bell 847dbb8684 CMake: Clean up unused definitions (#69216)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/69216

This cleans up 4 pre-processor defines not used by any code:
- HAVE_GCC_GET_CPUID
- USE_GCC_GET_CPUID
- USE_AVX
- USE_AVX2

`cpuid` isn't used in PyTorch any more, we only use `cpuinfo`.
`USE_AVX*` is also not used, instead `HAVE_*_CPU_DEFINITIONS` tells
you which `CPU_CAPABILITY` flags are being compiled.

There is also `fbgemm`'s code path adding `third_party` as an include
path, despite `fbgemm` having a dedicated include directory and a
CMake setup that properly includes it.

Test Plan: Imported from OSS

Reviewed By: albanD

Differential Revision: D33794424

Pulled By: malfet

fbshipit-source-id: 99d504af088818d4a26c2f6ce67ec0d59a5eb703
(cherry picked from commit 2e099d41f0)
2022-01-31 22:49:11 +00:00
..
benchmark@e991355c02 Upgrade benchmark to v1.5.5 (#60750) 2021-06-28 13:03:03 -07:00
breakpad@7d188f679d Update breakpad to an existing commit: 7d188f6 (#64666) 2021-09-08 15:29:10 -07:00
cpuinfo@5916273f79 Make PyTorch partially cross-compilable for Apple M1 (#49701) 2020-12-22 09:33:12 -08:00
cub@d106ddb991 update cub submodule (#42042) 2020-07-25 17:52:45 -07:00
cudnn_frontend@51e60d891b step 0 of cuDNN v8 convolution API integration (#51390) 2021-05-19 12:54:09 -07:00
eigen@d41dc4dd74
fbgemm@7588d9d804 Revert D33805315: [pytorch][PR] Automated submodule update: FBGEMM 2022-01-28 00:23:31 +00:00
flatbuffers@697147a2e6 Update generated header to use flatbuffer v1.12; (#71279) 2022-01-13 17:23:30 -08:00
fmt@cd4af11efc [pytorch] Update fmt to 7.0.3 (#45304) 2020-09-25 11:33:36 -07:00
foxi@c278588e34 [caffe2][glow] Share info about current batch_size (#58902) 2021-06-01 01:21:42 -07:00
FP16@4dfe081cf6
FXdiv@b408327ac2
gemmlowp
gloo@c22a5cfba9 Update Gloo submodule (#58853) 2021-05-24 14:23:41 -07:00
googletest@e2239ee604 Bump googletest version to v1.11.0 (#61395) 2021-07-08 16:29:17 -07:00
ideep@82aac435b5 Upgrade oneDNN to v2.3.3 and package oneDNN Graph API together (#63748) 2021-12-09 13:42:40 -08:00
ios-cmake@8abaed637d
kineto@b5bb62d25b Automated submodule update: kineto (#67445) 2021-11-10 22:33:03 -08:00
miniz-2.0.8 [clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841) 2021-05-07 20:02:33 -07:00
nccl Update nccl to v2.10.3-1 (#62276) 2021-07-27 18:32:53 -07:00
neon2sse@97a126f08c
NNPACK@c07e3a0400 Update NNPACK (#49749) 2020-12-22 14:20:37 -08:00
onnx@85546f8c44 Upgrade onnx submodule to 85546f8c44e627f8ff1181725d03cc49f675e44f (#66427) 2021-10-12 09:46:08 -07:00
onnx-tensorrt@c153211418
pocketfft@ea778e3771 Add pocketfft as submodule (#62841) 2021-08-17 15:29:56 -07:00
protobuf@d1eca4e4b4 Update protobuf to 3.13.1 (#62571) 2021-08-19 23:43:55 -07:00
psimd@072586a71b
pthreadpool@a134dd5d4c Update pthreadpool (#55950) 2021-04-14 13:38:28 -07:00
pybind11@8de7772cc7 Update PyBind to official v2.6.2 tag (#52304) 2021-02-16 13:40:28 -08:00
python-enum@4cfedc426c
python-peachpy@07d8fde8ac
python-six@15e31431af
QNNPACK@7d2a4e9931
sleef@e0a003ee83 Make PyTorch partially cross-compilable for Apple M1 (#49701) 2020-12-22 09:33:12 -08:00
tbb@a51a90bc60
tensorpipe@52791a2fd2 Automated submodule update: tensorpipe (#70438) 2021-12-27 15:19:21 -08:00
valgrind-headers Embed callgrind headers (#45914) 2020-10-06 17:51:10 -07:00
XNNPACK@79cd5f9e18 [xplat] Update XNNPACK to github revision 79cd5f9 (#61400) 2021-07-09 12:28:16 -07:00
zstd@aec56a52fb
BUILD remediation of S205607 2020-07-17 17:19:47 -07:00
build_bundled.py Update third_party/build_bundled.py (#51161) 2021-01-28 14:41:09 -08:00
cpuinfo.BUILD Change TH_BLAS_MKL into AT_MKL_ENABLED() (#70219) 2021-12-21 10:36:55 -08:00
cuda.BUILD [Bazel] Add CUDA build to CI (#66241) 2021-12-17 13:44:29 -08:00
cudnn.BUILD [Bazel] Add CUDA build to CI (#66241) 2021-12-17 13:44:29 -08:00
eigen.BUILD
fmt.BUILD
foxi.BUILD
gloo.BUILD [Bazel] Add CUDA build to CI (#66241) 2021-12-17 13:44:29 -08:00
ideep.BUILD
LICENSES_BUNDLED.txt BLD: create a LICENSE_BUNDLED.txt file from third_party licenses (#50745) 2021-01-26 14:55:07 -08:00
mkl_headers.BUILD
mkl-dnn.BUILD CMake: Clean up unused definitions (#69216) 2022-01-31 22:49:11 +00:00
mkl.BUILD
onnx.BUILD [ONNX] Update submodule to 1.10.1 (#63716) (#64576) 2021-09-16 22:29:54 -07:00
README.md
sleef.BUILD CMake: Clean up unused definitions (#69216) 2022-01-31 22:49:11 +00:00
sleef.bzl
substitution.bzl [AutoAccept][Codemod][FBSourceBuckFormatLinter] Daily arc lint --take BUCKFORMAT 2021-12-19 16:34:00 -08:00
tbb.BUILD
tbb.patch
tensorpipe.BUILD [Bazel] Add CUDA build to CI (#66241) 2021-12-17 13:44:29 -08:00

This folder contains vendored copies of third-party libraries that we use.