From 6c4e63f8fed9a85c5066235b83afd0f4ea780d61 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sat, 9 Nov 2024 00:20:12 +0800 Subject: [PATCH] Add 05-parallelism-practice slides to ToC --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e4102f3..b2159d5 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,7 @@

Parallel Programming Course slides

  • 02: Repo structure
  • 03: MPI (detailed API overview)
  • 04: Parallelism theory
  • +
  • 05: Parallelism practice