pytorch/third_party
Yu, Guangye 0efa590d43 [CI] Fix XPU CI failure (#138548)
# Motivation
Fix https://github.com/pytorch/pytorch/issues/138577.

# Solution
1. All UTs in `test/inductor/test_compiled_optimizers.py` are fixed by https://github.com/pytorch/pytorch/pull/134170
2. UT in `test/inductor/test_pattern_matcher.py` is introduced by https://github.com/pytorch/pytorch/pull/138089, we will skip this UT due to the unsupported feature `max_autotune_gemm_backends:Triton`.
3. We have a new impl related to `histc`, so we remove the expected failure from `test/inductor/test_torchinductor_opinfo.py`
4. We support `avg_pool3d` for `fp16` data type, so we remove the expected failure from `test/inductor/test_torchinductor_opinfo.py`
5. CUDA-bias code is introduced by https://github.com/pytorch/pytorch/issues/138472, we just generalize it to `GPU_TYPE`.

# Additional Context
> Why update torch-xpu-ops commit pin here?

We have to update commit pin to avoid the build failure raised by the code change [C10_UNUSED](https://github.com/pytorch/pytorch/pull/138364).

> What does the feature of torch-xpu-ops update?

1. Add some foreach ops, like `unary ops` and `foreach_clamp_max` etc;
2. Add some maxpool ops forward and backward, like `averge_pool3d` and `max_pool3d`
3. Add some other ops, like `log_normal_`, `index_copy`, and `mode` etc;
4. fix build failure related to `C10_UNUSED`;

Pull Request resolved: https://github.com/pytorch/pytorch/pull/138548
Approved by: https://github.com/malfet, https://github.com/EikanWang
2024-10-24 07:56:26 +00:00
..
benchmark@0d98dba29d
composable_kernel@11b7a4db00 [ROCm] CK-based GEMM (#131004) 2024-10-20 02:57:43 +00:00
cpp-httplib@3b6597bba9
cpuinfo@1e83a2fdd3 Update cpuinfo submodule (#138351) 2024-10-19 01:12:29 +00:00
cudnn_frontend@2533f5e5c1 Revert "[BE][Ez]: Update cudnn_frontend submodule to v1.7.0 (#136920)" 2024-10-07 17:56:57 +00:00
cutlass@bbe579a9e3 Revert "[CUDA][CUTLASS][submodule] Fixes for CUTLASS upgrade (#131493)" 2024-08-16 18:09:33 +00:00
eigen@3147391d94
fbgemm@dbc3157bf2
flatbuffers@01834de25e
fmt@0c9fce2ffe
FP16@4dfe081cf6
FXdiv@b408327ac2
gemmlowp
gloo@5354032ea0
googletest@e2239ee604
ideep@41d636c2bb Update submodule ideep to include aarch64 change (#134897) 2024-09-06 16:40:26 +00:00
ittapi@5b8a7d7422
kineto@ed052ea024 [Profiler] Add Test for Clear on Fork (#137511) 2024-10-14 23:20:33 +00:00
mimalloc@b66e3214d8
miniz-2.1.0 Revert "Expose option to disable CRC-32 computation during torch.save (#137735)" 2024-10-16 17:03:06 +00:00
nccl
nlohmann@87cda1d664
NNPACK@c07e3a0400
NVTX@e170594ac7 [Reland2] Update NVTX to NVTX3 (#109843) 2024-08-20 16:33:26 +00:00
onnx@3bf92c03a9 [Submodule] Bump ONNX to v1.16.2 (#132566) 2024-08-04 07:01:54 +00:00
opentelemetry-cpp@a799f4aed9
pocketfft@9d3ab05a7f
protobuf@d1eca4e4b4
psimd@072586a71b
pthreadpool@4fe0e1e183
pybind11@a2e59f0e70 [BE][Ez]: Update pybind11 to 2.13.6. Exposes new conduit cross-compat API (#136087) 2024-09-14 20:48:44 +00:00
python-peachpy@f45429b087
sleef@60e76d2bce
tensorflow_cuda_bazel_build/cuda
tensorpipe@52791a2fd2
valgrind-headers
VulkanMemoryAllocator@a6bfc23725
XNNPACK@87ee0b46b8 Update PyTorch for XNNPACK 87ee0b4 (#134518) 2024-08-28 19:24:04 +00:00
BUCK.oss
BUILD
build_bundled.py
cpp-httplib.BUILD
cuda.BUILD [Reland] Add wrappers for synchronous GPUDirect Storage APIs (#133489) 2024-08-15 17:11:52 +00:00
cudnn.BUILD
cudnn_frontend.BUILD
cutlass.BUILD [BE][CUDA][Bugfix]: Enable extended MMA shapes in CUTLASS. (#133686) 2024-09-28 21:11:15 +00:00
eigen.BUILD
fmt.BUILD
generate-cpuinfo-wrappers.py
generate-xnnpack-wrappers.py Update generate-xnnpack-wrappers.py parsing to handle build identifier (#134724) 2024-09-04 08:45:46 +00:00
glog.buck.bzl
gloo.BUILD
ideep.BUILD
kineto.buck.bzl
kineto.BUILD
LICENSES_BUNDLED.txt
METADATA.bzl
mkl-dnn.BUILD Add oneDNN BRGEMM support on CPU (#131878) 2024-09-07 13:22:30 +00:00
mkl.BUILD
mkl_headers.BUILD
nlohmann.BUILD
onnx.BUILD
opentelemetry-cpp.BUILD
README.md
sleef.BUILD
sleef.bzl
substitution.bzl
tensorpipe.BUILD
xnnpack.buck.bzl [xplat][XNNPACK] don't prefer static linkage in xplat for main target (#135529) 2024-09-09 22:47:01 +00:00
xnnpack_src_defs.bzl Update PyTorch for XNNPACK 87ee0b4 (#134518) 2024-08-28 19:24:04 +00:00
xnnpack_wrapper_defs.bzl Update PyTorch for XNNPACK 87ee0b4 (#134518) 2024-08-28 19:24:04 +00:00
xpu.txt [CI] Fix XPU CI failure (#138548) 2024-10-24 07:56:26 +00:00

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