Cross-reference torch.compile experiment to batched-traversal priority

Make the link from the failed torch.compile experiment to Optimization
Priorities #5 explicit, so a future revisit happens at the right time
(once compile is on the dominant phase, not just trainer optimization
steps).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-07 18:21:14 +09:00
co-authored by Claude Opus 4.7
parent 079d9d916a
commit 83460fe6e0
+4 -2
View File
@@ -353,5 +353,7 @@ Net result: regression. Two reasons:
call dispatch overhead exceeds the kernel-fusion benefit. call dispatch overhead exceeds the kernel-fusion benefit.
Implementation preserved on branch `experiments/torch-compile` for Implementation preserved on branch `experiments/torch-compile` for
revisiting if the trainer model grows substantially or traversal moves revisiting if the trainer model grows substantially or after the
to GPU-batched inference. Not enabled on `main`. batched-traversal-inference work in Optimization Priorities #5 lands —
that is the change that would put compile on the dominant phase, not
just on the trainer's optimization steps. Not enabled on `main`.