[context33] - add batch tiling (N_REPEAT=500) for GPU utilisation

Tile the single sentence 500× to form a (500, T, 40) batch so matrix ops
are (500, 168) instead of (1, 168). Note: with identical rows the gradient
is mathematically equivalent to batch=1; real speedup requires diverse data.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 20:03:03 +02:00
co-authored by Claude Sonnet 4.6
parent bbc03d37e1
commit 586803856f
+104 -123
View File
File diff suppressed because one or more lines are too long