Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Nov 18, 2024
1 parent e93c141 commit 04a5ad6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paris2024/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Massively Parallel Computing in Cosmology with JAX"

author: "Wassim Kabalan"

footer: "GDR CoPhy,IAP , 2024"
format:
revealjs:
theme: [default, css/custom.scss]
Expand Down Expand Up @@ -1965,11 +1965,11 @@ https://github.com/ASKabalan/Tutorials/blob/main/Cophy2024/Exercises/01_MultiDev

:::

# Extra slides
# Extra slides {visibility="uncounted"}

---

## Using `shard_map` for Advanced Parallelism in JAX
## Using `shard_map` for Advanced Parallelism in JAX {visibility="uncounted"}

### Why `shard_map` instead of `pmap`?

Expand All @@ -1987,7 +1987,7 @@ https://github.com/ASKabalan/Tutorials/blob/main/Cophy2024/Exercises/01_MultiDev

---

## Example: Nested Parallelism with `shard_map` {auto-animate="true"}
## Example: Nested Parallelism with `shard_map` {auto-animate="true" visibility="uncounted"}

<br />

Expand Down Expand Up @@ -2133,7 +2133,7 @@ def sum_and_avg_shardmap(x):

---

## <span style="color: white ;">Motivation: Cosmology in the Exascale Era </span> {background-image="assets/rubin.jpg"}
## <span style="color: white ;">Motivation: Cosmology in the Exascale Era </span> {background-image="assets/rubin.jpg" visibility="uncounted"}

<br />

Expand Down

0 comments on commit 04a5ad6

Please sign in to comment.