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 2525//
2626// Then run this demo with an input matrix. For example:
2727//
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
3030//
3131// If you create your own algorithm and want to mimic this main program, call
3232// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the
Original file line number Diff line number Diff line change 2525//
2626// Then run this demo with an input matrix. For example:
2727//
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
3131//
3232// If you create your own algorithm and want to mimic this main program, call
3333// 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