Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 12, 2017
1 parent bddebd6 commit b9aa54c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ But if you only want to have a try, these three steps can definitely meet your n

Step 2: ./build.sh // build all formats/ solutions

Step 3: ./run_comparison.sh ../dataset/web-Google.mtx // run all formats/solutions
(a) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'Pre-processing' // get the Pre-processing time.
(b) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'SpMV Execution' // get the SpMV execution time.
(c) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'Throughput' // get the Throughput(GFlops).
Step 3: ./run_comparison.sh ../dataset/web-Google.mtx // run all formats/solutions
(a) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'Pre-processing' // get the Pre-processing time.
(b) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'SpMV Execution' // get the SpMV execution time.
(c) ./run_comparison.sh ../dataset/web-Google.mtx | grep 'Throughput' // get the Throughput(GFlops).

We will elaborate how to use each format/solution, so that you can change the parameters to fullfill your own requirement.
### CSR5
Expand Down

0 comments on commit b9aa54c

Please sign in to comment.