mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
823a35807c
commit
05bc78e64f
@ -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(
|
||||
|
Reference in New Issue
Block a user