[submodule] Revert "Adds support for accelerated sorting with x86-simd-sort (#127936) (#141901)

Looks like the original PR caused: https://github.com/pytorch/pytorch/issues/140590

Please see comment: https://github.com/pytorch/pytorch/issues/140590#issuecomment-2508704480

Pull Request resolved: https://github.com/pytorch/pytorch/pull/141901
Approved by: https://github.com/andrewor14, https://github.com/malfet
This commit is contained in:
atalman
2024-12-03 00:16:35 +00:00
committed by PyTorch MergeBot
parent e41a0b33ec
commit c17ba69ba5
8 changed files with 2 additions and 207 deletions

3
.gitmodules vendored
View File

@ -131,6 +131,3 @@
path = third_party/composable_kernel
url = https://github.com/ROCm/composable_kernel.git
branch = develop
[submodule "third_party/x86-simd-sort"]
path = third_party/x86-simd-sort
url = https://github.com/intel/x86-simd-sort.git