Initial project scaffold

This commit is contained in:
wjh
2026-04-10 13:15:06 +00:00
commit a4a6b1f1c8
94 changed files with 3964 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Workbook-local CUDA sketch for online softmax.
//
// TODO(student):
// 1. Choose how one block owns one row or row tile.
// 2. Keep running_max and running_sum across column tiles.
// 3. Update the recurrence carefully for numerical stability.
// 4. Normalize the final row.