[PR #1201] [CLOSED] Fix/ch15 #9880

Closed
opened 2026-05-08 10:51:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1201
Author: @hzeljko
Created: 2/25/2026
Status: Closed

Base: devHead: fix/ch15


📝 Commits (10+)

  • cc6e1ad Adds ETL/ELT cost comparison example
  • bf89703 Updates diagram colors for visual consistency
  • 6b0606e Adds DAM Taxonomy appendix with exercises and fixes table formatting
  • 82420ac Fix table formatting and remove duplicates in appendix files
  • d680709 Generalize GPU terminology to accelerator where appropriate
  • 4df7e08 Compute GEMM/ReLU arithmetic intensity from constants
  • 0734740 Compute hardcoded values in appendix_data and appendix_algorithm
  • d680a9f Fix table formatting and LaTeX rendering in appendix_machine
  • c7baecb Remove 'Napkin Math:' prefix from callout-notebook titles
  • 4cca779 Change callout-note to callout-perspective for Systems Insight blocks

📊 Changes

1231 files changed (+167846 additions, -135918 deletions)

View changed files

📝 .codespell-ignore-words.txt (+11 -4)
.gemini (+1 -0)
📝 .github/workflows/book-build-container.yml (+230 -45)
📝 .github/workflows/book-publish-live.yml (+228 -35)
📝 .github/workflows/infra-link-check.yml (+2 -2)
📝 .gitignore (+17 -0)
📝 .pre-commit-config.yaml (+154 -52)
📝 README.md (+68 -20)
SEMINAL_PAPERS_CORPUS.md (+277 -0)
_brand/base.scss (+0 -510)
_brand/scripts/subscribe-modal.js (+0 -587)
_brand/site.webmanifest (+0 -19)
_brand/tokens.scss (+0 -33)
📝 book/.pre-commit-config.yaml (+15 -1)
📝 book/README.md (+41 -19)
📝 book/cli/README.md (+2 -2)
book/cli/commands/bib.py (+397 -0)
📝 book/cli/commands/build.py (+548 -36)
📝 book/cli/commands/clean.py (+22 -0)
book/cli/commands/debug.py (+609 -0)

...and 80 more files

📄 Description

This commit was pushed accidentally and does not introduce any changes.
No action is required — everything else in the PR remains valid.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1201 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/ch15` --- ### 📝 Commits (10+) - [`cc6e1ad`](https://github.com/harvard-edge/cs249r_book/commit/cc6e1addd2f2b6de46132196db1aba3f56af8860) Adds ETL/ELT cost comparison example - [`bf89703`](https://github.com/harvard-edge/cs249r_book/commit/bf89703ceae764d8fbeb8b894ae00423a27bcba4) Updates diagram colors for visual consistency - [`6b0606e`](https://github.com/harvard-edge/cs249r_book/commit/6b0606efe2fae1b3d227927d03190d9a4f72c4d7) Adds DAM Taxonomy appendix with exercises and fixes table formatting - [`82420ac`](https://github.com/harvard-edge/cs249r_book/commit/82420acb34545d0072602852326c79adf061c860) Fix table formatting and remove duplicates in appendix files - [`d680709`](https://github.com/harvard-edge/cs249r_book/commit/d680709727734c640adc7aaf997772f2321e3e5b) Generalize GPU terminology to accelerator where appropriate - [`4df7e08`](https://github.com/harvard-edge/cs249r_book/commit/4df7e08bc71180a7338d56531ce857eed3bb684e) Compute GEMM/ReLU arithmetic intensity from constants - [`0734740`](https://github.com/harvard-edge/cs249r_book/commit/07347402929ca2adbe6cc0c3d8bfb33774e79c0c) Compute hardcoded values in appendix_data and appendix_algorithm - [`d680a9f`](https://github.com/harvard-edge/cs249r_book/commit/d680a9f839c7272e609121640547e1b3a8698424) Fix table formatting and LaTeX rendering in appendix_machine - [`c7baecb`](https://github.com/harvard-edge/cs249r_book/commit/c7baecb1f76667e4302dc2bdc73a9121e70a373b) Remove 'Napkin Math:' prefix from callout-notebook titles - [`4cca779`](https://github.com/harvard-edge/cs249r_book/commit/4cca779b99dca11799e151c8d685177809c00883) Change callout-note to callout-perspective for Systems Insight blocks ### 📊 Changes **1231 files changed** (+167846 additions, -135918 deletions) <details> <summary>View changed files</summary> 📝 `.codespell-ignore-words.txt` (+11 -4) ➕ `.gemini` (+1 -0) 📝 `.github/workflows/book-build-container.yml` (+230 -45) 📝 `.github/workflows/book-publish-live.yml` (+228 -35) 📝 `.github/workflows/infra-link-check.yml` (+2 -2) 📝 `.gitignore` (+17 -0) 📝 `.pre-commit-config.yaml` (+154 -52) 📝 `README.md` (+68 -20) ➕ `SEMINAL_PAPERS_CORPUS.md` (+277 -0) ➖ `_brand/base.scss` (+0 -510) ➖ `_brand/scripts/subscribe-modal.js` (+0 -587) ➖ `_brand/site.webmanifest` (+0 -19) ➖ `_brand/tokens.scss` (+0 -33) 📝 `book/.pre-commit-config.yaml` (+15 -1) 📝 `book/README.md` (+41 -19) 📝 `book/cli/README.md` (+2 -2) ➕ `book/cli/commands/bib.py` (+397 -0) 📝 `book/cli/commands/build.py` (+548 -36) 📝 `book/cli/commands/clean.py` (+22 -0) ➕ `book/cli/commands/debug.py` (+609 -0) _...and 80 more files_ </details> ### 📄 Description This commit was pushed accidentally and does not introduce any changes. No action is required — everything else in the PR remains valid. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-08 10:51:40 -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#9880