Skip to content

Commit 26118f7

Browse files
committed
Rename SpMV to SpMV_add
1 parent 252f24c commit 26118f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spmv_example.py renamed to examples/spmv_add_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def benchmark(func, info, args):
2121

2222

2323
if __name__ == "__main__":
24-
print("SpMV Example:\n")
24+
print("SpMv_add Example:\n")
2525

2626
A_sps = sps.random(LEN - 10, LEN, format="csc", density=DENSITY, random_state=rng) * 10
2727
x_sps = rng.random((LEN, 1)) * 10

0 commit comments

Comments
 (0)