mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[reland][inductor] Register an op for mm_plus_mm (#105153)
Summary: Reland https://github.com/pytorch/pytorch/pull/104835 after fixing internal build issues Test Plan: CI Differential Revision: D47442849 Pull Request resolved: https://github.com/pytorch/pytorch/pull/105153 Approved by: https://github.com/clee2000
This commit is contained in:
committed by
PyTorch MergeBot
parent
c099b7e07a
commit
528ab477ce
1
setup.py
1
setup.py
@ -1160,6 +1160,7 @@ def main():
|
||||
'include/torch/csrc/distributed/autograd/functions/*.h',
|
||||
'include/torch/csrc/distributed/autograd/rpc_messages/*.h',
|
||||
'include/torch/csrc/dynamo/eval_frame.h',
|
||||
'include/torch/csrc/inductor/*.h',
|
||||
'include/torch/csrc/jit/*.h',
|
||||
'include/torch/csrc/jit/backends/*.h',
|
||||
'include/torch/csrc/jit/generated/*.h',
|
||||
|
Reference in New Issue
Block a user