Skip to content

Commit 0b91e7e

Browse files
laithsakkapytorchmergebot
authored andcommitted
Remove duplicate line (pytorch#136383)
Pull Request resolved: pytorch#136383 Approved by: https://github.com/kit1980, https://github.com/malfet
1 parent 29f7b8d commit 0b91e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/dynamo/pr_time_benchmarks/benchmarks/basic_modules_benchmarks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def main():
6464
Benchmark(ListOfLinears, "eager"),
6565
Benchmark(ListOfLinears, "inductor"),
6666
Benchmark(ListOfLinears, "inductor", is_gpu=True),
67-
Benchmark(ListOfLinears, "inductor", is_gpu=True),
6867
Benchmark(ListOfLinears, "inductor", is_gpu=True, force_shape_pad=True),
6968
]
7069
for b in benchmarks:

0 commit comments

Comments
 (0)