pytorch/third_party
Shoaib Meenai eed287ec19 [android] Only pass -mfpu to armv7 (#103929)
Summary:
The argument is unsupported on other architectures, and Clang 17 will
error out when you pass an argument that's unsupported for the arch
you're building for. Note that we need to use platform_compiler_flags
instead of selects because the latter can't distinguish between
architectures when doing a multi-arch app build in Buck1.

Differential Revision: D46825070

Pull Request resolved: https://github.com/pytorch/pytorch/pull/103929
Approved by: https://github.com/ezyang
2023-06-21 23:23:35 +00:00
..
benchmark@0d98dba29d
cpuinfo@6481e8bef0 Update cpuinfo submodule to include AVX512-FP16 detection (#100865) 2023-05-11 15:13:19 +00:00
cub@d106ddb991
cudnn_frontend@e7f64390e9 Bump cuDNN frontend submodule to 0.9 (#99674) 2023-04-28 20:46:54 +00:00
cutlass@7c04f95415 [BE] Update cutlass with NVIDIA upstream changes to 3.1 (#100333) 2023-05-02 19:12:29 +00:00
eigen@3147391d94
fbgemm@d0ee798b1f Update FBGEMM submodule (#100236) 2023-05-09 18:39:28 +00:00
flatbuffers@01834de25e Bump up flatbuffer submodule version to the latest release (v23.3.3) (#100716) 2023-05-15 22:28:01 +00:00
fmt@a33701196a
foxi@c278588e34
FP16@4dfe081cf6
FXdiv@b408327ac2
gemmlowp
gloo@597accfd79 Remove deprecated HIP flags (#102271) 2023-06-01 18:58:48 +00:00
googletest@e2239ee604
ideep@fe83782496 Fix ideep submodule (#98305) 2023-04-04 19:54:14 +00:00
ios-cmake@8abaed637d
ittapi@5b8a7d7422
kineto@8aa6ffbe87 [Profiler] Update Kineto Submodule (#103031) 2023-06-06 20:30:16 +00:00
miniz-2.1.0 [caffe2] miniz fix -Wstrict-prototypes (#98027) 2023-04-03 16:56:47 +00:00
nccl Updates NCCL to 2.17.1 (#97843) 2023-04-17 22:53:54 +00:00
neon2sse@97a126f08c
nlohmann@87cda1d664
NNPACK@c07e3a0400
nvfuser Revert "[cuda rng] Making offset calculation independent of device properties (#98988)" 2023-04-19 17:23:40 +00:00
onnx@a0d77f1851 [ONNX] Bump onnx submodule to release 1.14.0 (#101809) 2023-05-20 15:09:43 +00:00
onnx-tensorrt@c153211418
pocketfft@ea778e3771
protobuf@d1eca4e4b4
psimd@072586a71b
pthreadpool@a134dd5d4c
pybind11@80dc998efc
python-enum@4cfedc426c
python-peachpy@f45429b087
python-six@15e31431af
QNNPACK@7d2a4e9931
sleef@e0a003ee83
tbb@a51a90bc60
tensorflow_cuda_bazel_build/cuda
tensorpipe@52791a2fd2
valgrind-headers
VulkanMemoryAllocator@a6bfc23725
XNNPACK@51a987591a Revert "Update xnnpack to the latest commit (#95884)" 2023-03-15 05:32:36 +00:00
zstd@aec56a52fb
BUCK.oss Fix Buck OSS build after flatbuffers update in #100716 (#101626) 2023-05-17 04:19:17 +00:00
BUILD
build_bundled.py
cuda.BUILD
cudnn.BUILD
cutlass.BUILD Update Cutlass to v3.1 (#94188) 2023-04-25 22:02:42 +00:00
eigen.BUILD
fmt.BUILD
foxi.BUILD
generate-cpuinfo-wrappers.py
generate-xnnpack-wrappers.py
glog.buck.bzl
gloo.BUILD
ideep.BUILD
kineto.buck.bzl
kineto.BUILD
LICENSES_BUNDLED.txt
METADATA.bzl
mkl-dnn.BUILD
mkl.BUILD
mkl_headers.BUILD
onnx.BUILD [ONNX] Bump onnx submodule to release 1.14.0 (#101809) 2023-05-20 15:09:43 +00:00
README.md
sleef.BUILD
sleef.bzl
substitution.bzl
tbb.BUILD
tbb.patch
tensorpipe.BUILD
xnnpack.buck.bzl [android] Only pass -mfpu to armv7 (#103929) 2023-06-21 23:23:35 +00:00
xnnpack_src_defs.bzl [PyTorch][XNNPACK] Update wrappers for internal only x86 SSE2 kernels (#96896) 2023-03-17 03:07:39 +00:00
xnnpack_wrapper_defs.bzl [PyTorch][XNNPACK] Update wrappers for internal only x86 SSE2 kernels (#96896) 2023-03-17 03:07:39 +00:00

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