File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 folder : build/test_coverage/
4747 single-commit : true
4848 - name : Save output
49- uses : actions/upload-artifact@v2.2.3
49+ uses : actions/upload-artifact@v4.6.0
5050 with :
5151 name : test_coverage
5252 path : build/test_coverage/
5353 macos :
54- runs-on : macos-12
54+ runs-on : macos-14
5555 strategy :
5656 matrix :
5757 config :
Original file line number Diff line number Diff line change 22
33version : 2
44
5+ build :
6+ os : ubuntu-22.04
7+ tools :
8+ python : " 3.12"
9+
510formats :
611 - pdf
712
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
Original file line number Diff line number Diff line change 1- sphinx == 4.0.3
2- sphinx_rtd_theme >= 0.5.2
3- breathe
1+ sphinx
2+ sphinx_rtd_theme
3+ breathe
You can’t perform that action at this time.
0 commit comments