We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68f1a1 commit 7ffe1c5Copy full SHA for 7ffe1c5
1 file changed
benchmarks/benchmarks.py
@@ -98,7 +98,7 @@ def time_axpy(self, n, variant):
98
gemv_sizes = [100, 200, 400, 600, 800, 1000]
99
100
def run_gemv(a, x, y, func):
101
- res = func(1.0, a, x, y=y)
+ res = func(1.0, a, x, y=y, overwrite_y=True)
102
return res
103
104
0 commit comments