File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
//
26
26
// Then run this demo with an input matrix. For example:
27
27
//
28
- // ./experimental/benchmark/hellworld2_demo < ../data/west0067.mtx
29
- // ./experimental/benchmark/hellworld2_demo < ../data/karate.mtx
28
+ // ./experimental/benchmark/helloworld2_demo < ../data/west0067.mtx
29
+ // ./experimental/benchmark/helloworld2_demo < ../data/karate.mtx
30
30
//
31
31
// If you create your own algorithm and want to mimic this main program, call
32
32
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the
Original file line number Diff line number Diff line change 25
25
//
26
26
// Then run this demo with an input matrix. For example:
27
27
//
28
- // ./experimental/benchmark/hellworld_demo ../data/west0067.mtx
29
- // ./experimental/benchmark/hellworld_demo < ../data/west0067.mtx
30
- // ./experimental/benchmark/hellworld_demo ../data/karate.mtx
28
+ // ./experimental/benchmark/helloworld_demo ../data/west0067.mtx
29
+ // ./experimental/benchmark/helloworld_demo < ../data/west0067.mtx
30
+ // ./experimental/benchmark/helloworld_demo ../data/karate.mtx
31
31
//
32
32
// If you create your own algorithm and want to mimic this main program, call
33
33
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the
You can’t perform that action at this time.
0 commit comments