mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Adds support for accelerated sorting with x86-simd-sort (#127936)"
This reverts commit 239a9ad65eebf93dcf9bb108a5129d4160b12c86.
Reverted https://github.com/pytorch/pytorch/pull/127936 on behalf of https://github.com/atalman due to test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_discontiguous_slow_cpu_float32 [GH job link](https://github.com/pytorch/pytorch/actions/runs/10994904767/job/30525578456) [HUD commit link](239a9ad65e
) ([comment](https://github.com/pytorch/pytorch/pull/127936#issuecomment-2368522316))
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -127,6 +127,3 @@
|
||||
[submodule "third_party/NVTX"]
|
||||
path = third_party/NVTX
|
||||
url = https://github.com/NVIDIA/NVTX.git
|
||||
[submodule "third_party/x86-simd-sort"]
|
||||
path = third_party/x86-simd-sort
|
||||
url = https://github.com/intel/x86-simd-sort.git
|
||||
|
Reference in New Issue
Block a user