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