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:
+4
-2
@@ -353,5 +353,7 @@ Net result: regression. Two reasons:
|
||||
call dispatch overhead exceeds the kernel-fusion benefit.
|
||||
|
||||
Implementation preserved on branch `experiments/torch-compile` for
|
||||
revisiting if the trainer model grows substantially or traversal moves
|
||||
to GPU-batched inference. Not enabled on `main`.
|
||||
revisiting if the trainer model grows substantially or after the
|
||||
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`.
|
||||
|
||||
Reference in New Issue
Block a user