Skip to content

Commit

Permalink
Merge pull request #293 from yxd97/main
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 8, 2023
2 parents 4eb7e00 + 9f2ff71 commit 657749e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions benchmarks/mem/csrmv.bril
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@

# main function
# ARGS: 50 50 5
@main(rows: int, cols: int, degree: int): int {
@main(rows: int, cols: int, degree: int){
one: int = const 1;
rptr_len: int = add rows one;
nnz: int = mul rows degree;
Expand All @@ -262,7 +262,4 @@
free csr_values;
free vec;
free res;

good: int = const 0;
ret good;
}
2 changes: 1 addition & 1 deletion benchmarks/mem/csrmv.prof
Original file line number Diff line number Diff line change
@@ -1 +1 @@
total_dyn_inst: 121204
total_dyn_inst: 121202

0 comments on commit 657749e

Please sign in to comment.