From bb4dd682dd7a71d25bb84012edae345c8f352f29 Mon Sep 17 00:00:00 2001 From: milesvant <26556534+milesvant@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:01:12 -0700 Subject: [PATCH] Fix broken links and alt text in cluster launch control docs (#2234) * Fix broken links in cluster launch control docs * Improve titles and alt text --- media/docs/cpp/blackwell_cluster_launch_control.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media/docs/cpp/blackwell_cluster_launch_control.md b/media/docs/cpp/blackwell_cluster_launch_control.md index d8a31aaf..a4006f20 100644 --- a/media/docs/cpp/blackwell_cluster_launch_control.md +++ b/media/docs/cpp/blackwell_cluster_launch_control.md @@ -6,7 +6,7 @@ A GEMM workload usually consists of three phases: prologue, mainloop and epilogu Consider a GEMM that has `20x20x1` output tiles, running on a GPU with `100` SMs. There is another kernel occupying all the resources of `20` SMs so only `80` SMs can be used. Assume cluster shape is `1x1x1`. The following diagram shows how the schedule would look like for such a kernel. -





