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 c92bf52 commit bcb378f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ But if you just want to have a reproduce the experiment results of web-Google, t

We will elaborate how to use each format/solution, so that you can change the configuration to fullfill your own requirements.
### CSR5
numactl --membind=1 ./bin/spmv.csr5 [filepath] [numThreads] [numIterations]
** numactl --membind=1 ./bin/spmv.csr5 [filepath] [numThreads] [numIterations] **

Sample: numactl --membind=1 ./spmv.csr5 ../dataset/web-Google.mtx 204 1000
** Sample: numactl --membind=1 ./spmv.csr5 ../dataset/web-Google.mtx 204 1000 **
### VHCC
VHCC has many parameters. Since the width and height of blocks is pretty fixed to be (512,8192), we only provide the number of panels here.

numactl --membind=1 ./bin/spmv.vhcc [filepath] [numThreads] [numIterations] [numPanels]
** numactl --membind=1 ./bin/spmv.vhcc [filepath] [numThreads] [numIterations] [numPanels] **

Sample: numactl --membind=1 ./spmv.vhcc ../dataset/web-Google.mtx 272 1000 1
### CSR-I
Expand Down

0 comments on commit bcb378f

Please sign in to comment.