Zijie Tian
6575099a06
[refactor] Cleanup unused code after perf_opt merge
Removed ~460 lines of unused/redundant code from offload_engine.py:
- CUDA gather methods (gathered_h2d_*, update_gather_indices)
- Legacy async transfer methods (prefetch_block_async, offload_block_async)
- Legacy sync/wait methods (wait_for_block, wait_all_transfers, sync_indices)
- Legacy compatibility methods (load_to_compute_layer, wait_compute_layer)
- Unused gather_indices tensors and memory calculations
Updated class docstring to reflect current architecture.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 06:25:21 +08:00
..
2025-12-24 23:48:52 +08:00
2026-01-04 19:37:03 +08:00
2026-01-07 06:03:44 +08:00
2026-01-07 06:25:21 +08:00
2026-01-07 06:03:44 +08:00
2025-12-11 00:30:24 +08:00
2025-12-15 06:58:40 +08:00
2025-06-15 10:36:45 +08:00
2026-01-07 03:29:21 +08:00
2025-06-15 01:31:24 +08:00
2025-08-31 22:55:34 +08:00