Skip to content

Commit d73b04f

Browse files
Sid-V5Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ba96190 commit d73b04f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/function_libs/torch_lib/extra_opinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def sample_inputs_grouped_mm(op_info, device, dtype, requires_grad, **kwargs):
4444
# Test without bias
4545
yield opinfo_core.SampleInput(self_t, args=(mat2_t,))
4646

47+
4748
def _mock_grouped_mm(self, mat2, offs=None, bias=None, out_dtype=None):
4849
res = torch.matmul(self, mat2)
4950
if bias is not None:

0 commit comments

Comments
 (0)