[PR #1118] [MERGED] fix: fix memory calculation result #1128

Closed
opened 2026-03-22 16:01:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1118
Author: @minhdang26403
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @profvjreddi

Base: devHead: fix/memory-calculation


📝 Commits (1)

  • cfd5449 fix: fix memory calculation result

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tinytorch/src/01_tensor/ABOUT.md (+1 -1)

📄 Description

The current result is multiplied by 4 twice since 32 × 3 × 224 × 224 × 4 x 4 = 77,070,336, which is incorrect.


🔄 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/1118 **Author:** [@minhdang26403](https://github.com/minhdang26403) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `fix/memory-calculation` --- ### 📝 Commits (1) - [`cfd5449`](https://github.com/harvard-edge/cs249r_book/commit/cfd5449df9a7fa2695a8dbb5489efabac18ac5df) fix: fix memory calculation result ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/src/01_tensor/ABOUT.md` (+1 -1) </details> ### 📄 Description The current result is multiplied by 4 twice since 32 × 3 × 224 × 224 × 4 x 4 = 77,070,336, which is incorrect. --- <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-03-22 16:01:22 -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#1128