Skip to content

Commit

Permalink
Correct matmul benchmark name (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya2698 authored May 7, 2024
1 parent 2b115a1 commit d529d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/python/test_matmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_matmul_problems():
"config", load_matmul_problems(), ids=lambda val: "_".join(str(v) for v in val)
)
@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16])
def test_reduction_nvf_benchmark(
def test_matmul_nvf_benchmark(
benchmark,
config: tuple,
dtype: torch.dtype,
Expand Down

0 comments on commit d529d9a

Please sign in to comment.