[submodule] Update fbgemm pinned version (#153950)

Summary:
Update fbgemm pinned version in PyTroch.
Related update in fbgemm: D74434751

Included changes:
Update fbgemm external dependencies directory in setup.py
Add DISABLE_FBGEMM_AUTOVEC flag to disable fbgemm's autovec

Test Plan: PyTorch OSS CI

Differential Revision: D75073516

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153950
Approved by: https://github.com/Skylion007, https://github.com/ngimel
This commit is contained in:
Gantaphon Chalumporn
2025-05-20 20:24:22 +00:00
committed by PyTorch MergeBot
parent 823a35807c
commit 05bc78e64f
4 changed files with 10 additions and 9 deletions

View File

@ -443,7 +443,7 @@ def check_submodules():
],
)
check_for_files(
os.path.join(third_party_path, "fbgemm", "third_party", "asmjit"),
os.path.join(third_party_path, "fbgemm", "external", "asmjit"),
["CMakeLists.txt"],
)