pytorch/third_party
albanD 1a8af1503f Upgrade Pybind submodule to 2.10.4 (#103989)
This is not ready for review, this is to make sure asan is fixed.
Not sure what is the most effective way to track down the bad dec_ref within deploy yet.

The asan silencing is done to match this comment:
1c79003b3c/test/test_cpp_extensions_jit.py (L749-L752)

EDIT: since the final failing function is in libtorch_python.so, we would need to skip that whole lib (not ok). So now we're skipping based on the function name which should be restrictive enough to not hide any real bug.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/103989
Approved by: https://github.com/malfet
2023-06-27 20:22:39 +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
mimalloc@b66e3214d8 Enable mimalloc on pytorch Windows (#102595) 2023-06-27 08:53:26 +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@5b0a6fc201 Upgrade Pybind submodule to 2.10.4 (#103989) 2023-06-27 20:22:39 +00:00
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.