File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ pages = [
5353 " 9: Automatic differentiation 2" => " lecture_09/lecture_v2.md" ,
5454 " X: Manipulating Intermediate Represenation (IR)" => " lecture_09/lecture_v1.md" ,
5555 " 10: Uncertainty propagation" => " lecture_12/lecture.md" ,
56- " 11: Parallel programming" => " lecture_10/lecture.md"
56+ " 11: Parallel programming" => " lecture_10/lecture.md" ,
57+ " 12: GPU programming" => " lecture_11/lecture.md"
5758 ]),
5859 " Labs" => add_prefix (" ./lectures" , [
5960 " 1: Introduction" => " lecture_01/lab.md" ,
@@ -66,7 +67,8 @@ pages = [
6667 " 8: Automatic differentiation 1" => " lecture_08/lab.md" ,
6768 " 9: Custom Rules For Differentiation" => " lecture_09/lab.md" ,
6869 " 10: Uncertainty propagation" => " lecture_12/lab.md" ,
69- " 11: Parallel programming" => " lecture_10/lab.md"
70+ " 11: Parallel programming" => " lecture_10/lab.md" ,
71+ " 12: GPU programming" => " lecture_11/lab.md"
7072 ]),
7173 " Homeworks" => add_prefix (" ./lectures" , [
7274 " 1: Introduction" => " lecture_01/hw.md" ,
You can’t perform that action at this time.
0 commit comments