mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 05:53:13 -05:00
[PR #1592] [MERGED] fix(staffml): correct mobile-0534 napkin_math numbers to match scenario #11782
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1592
Author: @Shashank-Tripathi-07
Created: 4/27/2026
Status: ✅ Merged
Merged: 4/27/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/staffml-mobile-0534-napkin-math-mismatch📝 Commits (1)
01021a5fix(staffml): correct mobile-0534 napkin_math to match scenario numbers📊 Changes
1 file changed (+5 additions, -4 deletions)
View changed files
📝
interviews/vault/questions/mobile/mobile-0534.yaml(+5 -4)📄 Description
Bug
mobile-0534(The Mobile Style Transfer Jank) has a napkin_math that uses completely different numbers than the scenario:The correct option at
correct_index: 1already says "Arithmetic Intensity (400 Ops/Byte)", which is correct per the scenario. The napkin_math was just never updated to match.Fix
interviews/vault/questions/mobile/mobile-0534.yamlUpdated
napkin_mathto use the scenario's actual numbers: 200 GOps / 500 MB = 400 Ops/Byte, then compare to A17 Pro ridge point of ~683 Ops/Byte to confirm memory-bound diagnosis.Question text, scenario, options, and correct_index are all untouched.
Related: PR #1591 (cloud-0013 INT4 math fix) and PR #1590 (cloud-0024 correct_index fix) are companion StaffML audit fixes from the same audit pass.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.