You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ <h2>Auto-parallelising and auto-optimising frameworks for algebraically expresse
65
65
</div>
66
66
67
67
<divclass="content">
68
+
<ul>
69
+
<li><b>New release:</b><ahref="https://github.com/Algebraic-Programming/ALP/releases/tag/v0.7">version 0.7</a> of ALP, ALP/GraphBLAS, and ALP/Pregel</li>
70
+
</ul>
68
71
<p>Algebraic Programming (ALP) encompasses research in various software technologies that allow programming with explicit algebraic structures, combined with their automated parallelisation and optimisation.<p>
<p>Our view is that algebraic structures and properties determine the type of optimisations applicable to programs. Instead of software frameworks and programming models attempting to infer which optimisations are applicable, we instead submit that users should annotate programs explicitly with the algebraic knowledge they quite often already assume while coding. Optimising software frameworks may then immediately exploit this knowledge.</p>
0 commit comments