[Submodule] Bump FBGEMM to latest (#165544)

Summary:

* FBGEMM submodule updated to main
* CMake updated to reflect necessary changes
* Notably pulls in NVFP4 grouped gemm kernels

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
Signed-off-by: Simon Layton <simonlayton@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165544
Approved by: https://github.com/cyyever, https://github.com/jeffdaily
This commit is contained in:
Simon Layton
2025-10-17 23:11:36 +00:00
committed by PyTorch MergeBot
parent e4d6c56ffb
commit 23417ae50f
4 changed files with 38 additions and 3 deletions

View File

@ -639,6 +639,8 @@ def is_pytorch_file(rel_filepath):
return True
if rel_filepath.startswith("third_party/nvfuser/"):
return True
if rel_filepath.startswith("third_party/fbgemm/"):
return True
if rel_filepath.startswith("tools/autograd/templates/"):
return True
return False