[GH-ISSUE #980] Fix typo and LaTeX formatting error in Section 4.7.3 (Data Movement Primitives) #5616

Closed
opened 2026-04-21 21:33:54 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @VThuong99 on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/980

Location: Section 4.7.3 — Data Movement Primitives

Problem:
There are two typos and LaTeX formatting errors in the sentence:

...as moving data from off-chip memory typically requires 100-1000$ imes$ more energy than performing a floating-point operation.

Issues:

  1. $ imes$ should be $\times$.

Proposed fix:

...as moving data from off-chip memory typically requires 100–1000$\times$ more energy than performing a floating-point operation.

Originally created by @VThuong99 on GitHub (Oct 13, 2025). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/980 **Location:** Section 4.7.3 — Data Movement Primitives **Problem:** There are two typos and LaTeX formatting errors in the sentence: > ...as moving data from off-chip memory typically requires 100-1000$ imes$ more energy than performing a floating-point operation. **Issues:** 1. `$ imes$` should be `$\times$`. **Proposed fix:** > ...as moving data from off-chip memory typically requires 100–1000$\times$ more energy than performing a floating-point operation.
GiteaMirror added the area: book label 2026-04-21 21:33:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#5616