Skip to content

Commit c0f5f33

Browse files
jstacclaude
andcommitted
Fix header hierarchy inconsistencies in need_for_speed.md
Changed level 5 headers (#####) to level 4 headers (####) to fix invalid header hierarchy that was causing build failures. Fixed headers: - "GPUs and TPUs" - "Why TPUs/GPUs Matter" - "Single GPU Systems" - "Multi-GPU Servers" These were incorrectly using ##### (level 5) directly under ### (level 3) headers, skipping level 4. Now properly using #### headers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 37a2c5c commit c0f5f33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/need_for_speed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ These accelerators are designed specifically for the kinds of highly parallel
497497
computations that arise in scientific computing, machine learning, and data
498498
science.
499499

500-
##### GPUs and TPUs
500+
#### GPUs and TPUs
501501

502502
The two most important types of hardware accelerators are
503503

@@ -519,7 +519,7 @@ TPUs are a more recent development, designed by Google specifically for machine
519519
Like GPUs, TPUs excel at performing massive numbers of matrix operations in parallel.
520520

521521

522-
##### Why TPUs/GPUs Matter
522+
#### Why TPUs/GPUs Matter
523523

524524
The performance gains from using hardware accelerators can be dramatic.
525525

@@ -537,7 +537,7 @@ naturally map onto the parallel architecture of GPUs.
537537

538538
There are two common ways to access GPU resources:
539539

540-
##### Single GPU Systems
540+
#### Single GPU Systems
541541

542542
Many workstations and laptops now come with capable GPUs, or can be equipped with them.
543543

@@ -549,7 +549,7 @@ Modern Python libraries like JAX, discussed extensively in this lecture series,
549549
automatically detect and use available GPUs with minimal code changes.
550550

551551

552-
##### Multi-GPU Servers
552+
#### Multi-GPU Servers
553553

554554
For larger-scale problems, servers containing multiple GPUs (often 4-8 GPUs per server) are increasingly common.
555555

0 commit comments

Comments
 (0)