Commit b984063
Beamer tutorial 2025 (#5)
* Add main and beamer LaTeX files for ALP tutorial and GraphBLAS presentation
* Enhance Makefile and beamer tutorial with improved dependency management, additional helper targets, and updated installation instructions for ALP tutorial.
* Refactor
* Added gitignore for Latex compilation files
* Added 2 (installation) slides
* Added PDFs to .gitignore
* Added HW section to slides
* Added slides for 3.1 + minor fixes
* Added slides for 3.2 + fixed errors
* Add roadmap slides and detailed agenda for the tutorial
* 3.2 Fixes + new dir for scripts (towards end-to-end standalone tutorial)
* Add Exercise 8 starter code and Makefile for ALP tutorial
* Intro to SPMD
* Added 3.3 section + minor updates
* Updated styles for terminal/cpp-rich code blocks (unified for everybody)
* Fix typo
* Reworked outline a little before delving into the core primitives intro
* Added intro slides for HIPO modeling
* Remove unnecessary comments and whitespace in beamer-tutorial.tex
* Update tutorial slides with ALP algorithms overview and new solver details
* Add Python mxv example with pyalp and detailed explanation
* Simulated Annealing
* Minor model updates
* Simulated Annealing examples
* Added more modeling slides
* 10 and 11 ,Add transition path recap and Conjugate Gradient C++ interface examples to tutorial
* Added more model details and image
* Added Image folder and some basic image slides (need fixing)
* Add details of two primitives in section 3.4. Rest will come over the weekend
* Add Exercise 9 for Python Conjugate Gradient with starter code
* Add starter and solution files for Exercise 9: Python Conjugate Gradient with ALP/GraphBLAS backends
* Add run script for Exercise 9 to automate environment setup and execution
* Quick fix snafu, apologies
* Slides for tutorial section 3.4 done
* Improved model slides + removed extras
* Uniformise use of newlines in section 3.4
* Add solution slide for ex 8
* Remove "corrected", not sure what it means
* Finish section on explicit SPMD control
* Tutorial section references clean-up, split Tuesday in morning and afternoon
* The removed note is how it was pre v0.1; it would be a regression of sorts to go back to that. Instead, a suggestion that is more compatible with modern ALP would be to have an NLA layer on top of ALP that automatically injects a plus-times semiring and passes it on to the core ALP implementation
* Reworked section 3.5, including adding exercises
* Unify sectioning for transition path of the tutorial
* Remove trailing spaces and fix one typo
* Sectioning in line with updated tutorial. Removed ABI -- from the slides ABI refers to the library interface (by which the .so or .a is called), but this is not what ABI means; the ABI instead is the convention by which this interfacing occurs; i.e., the definition of how arguments are put in the stack etc.
* Added two more advanced topics to the tutorial
* Remove HTML compilation job from static workflow and adjust deployment dependencies
* Enhance PDF compilation workflow by adding Beamer tutorial compilation and updating artifact uploads
* Updated exe3 layout
* Add conditional deployment for protected default branch
* Fixed link and layout errors
* FIxed ""
* Refine Exercise 8 and 9 instructions in Beamer tutorial for clarity and completeness
* Enhance installation instructions and add run script for exercise 9
* Minor updates on models + presenation
* Rename extra_packages to extra_system_packages
* Simplify LaTeX compilation by removing packages
Removed extra system packages from LaTeX compilation steps.
* Fix tex bug
Added installation prerequisites for Linux.
---------
Co-authored-by: Denis Jelovina <[email protected]>
Co-authored-by: Petros Anastasiadis <[email protected]>
Co-authored-by: Giovanni Gaio <[email protected]>
Co-authored-by: Albert-Jan N. Yzelman <[email protected]>1 parent 5f862e8 commit b984063
File tree
29 files changed
+3416
-138
lines changed- .github/workflows
- Images
- exercises
- ex8
- ex9
- scripts
- solutions
- ex8
- ex9
29 files changed
+3416
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | | - | |
| 45 | + | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| 55 | + | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
| |||
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
58 | | - | |
| 70 | + | |
59 | 71 | | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | | - | |
| 75 | + | |
64 | 76 | | |
| 77 | + | |
| 78 | + | |
65 | 79 | | |
66 | 80 | | |
67 | 81 | | |
| |||
73 | 87 | | |
74 | 88 | | |
75 | 89 | | |
76 | | - | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments