[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

@ -144,8 +144,8 @@ new_local_repository(
new_local_repository(
name = "asmjit",
build_file = "//third_party:fbgemm/third_party/asmjit.BUILD",
path = "third_party/fbgemm/third_party/asmjit",
build_file = "//third_party:fbgemm/external/asmjit.BUILD",
path = "third_party/fbgemm/external/asmjit",
)
new_local_repository(