mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 23:24:55 -05:00
[PR #1690] [MERGED] docs(tinytorch): add GELU implementation and explanation #34495
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/1690
Author: @bdub-1
Created: 5/6/2026
Status: ✅ Merged
Merged: 5/10/2026
Merged by: @profvjreddi
Base:
dev← Head:bdub-1-feat/tinytorch-module02-gelu-impl📝 Commits (4)
415056eDocument GELU activation function in 02_activations.qmd2526cf6docs(tinytorch): add GELU implementation0f12bb8Update GELU code to reflect src code change55b7ccadocs(tinytorch): polish GELU activation section📊 Changes
1 file changed (+20 additions, -1 deletions)
View changed files
📝
tinytorch/quarto/modules/02_activations.qmd(+20 -1)📄 Description
Problem
Closes #1689
The "Activations" module (Module 02) mentioned the GELU activation function is referenced throughout the docs and is required in the coding module, but the actual implementation and explanation were missing from the core content.
Fix
GELUclass implementation to02_activations.qmd🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.