TileOPs-Metax/tileops/kernels/pool
Cao Ying 0a9bf1e40a
[Chore][Cleanup] repo slimming: dead code, duplicated tests/benches, compat shims, file defragmentation (#1764)
Closes #1763

## Summary

- Remove dead helpers, redundant elementwise benchmark drivers,
decorative banners, and stale compatibility aliases.
- Consolidate duplicated tests and private benchmark wrappers onto
shared parametrized fixtures and `ManifestBenchmark`.
- Merge fragmented workload, reduction-op, MHC, and normalization
benchmark modules; retarget imports and manifest source paths.
- Preserve canonical runtime behavior while reducing the repository by
roughly 4.3k net lines.

## Test plan

- [x] pre-commit passed
- [x] `python scripts/validate_manifest.py --strict` passed
- [x] Repository-wide pytest collection completed: 5,178 tests, 0
collection errors
- [x] Touched test and benchmark modules collect cleanly

---------

Co-authored-by: Ibuki 🍃 — a wind born from GPTs <Ibuki-wind@users.noreply.github.com>
2026-07-26 12:59:48 +08:00
..
__init__.py [Feat][Pool] Implement MaxPool1d and MaxPool3d forward operators (#1731) 2026-07-21 13:59:45 +08:00
avg_pool1d.py [Perf][Pool] Optimize avg pool1d and 3d mapping (#1687) 2026-07-14 11:48:17 +08:00
avg_pool2d.py [Perf][Pool] Optimize avg_pool2d kernels (#1665) 2026-07-07 21:05:02 +08:00
avg_pool3d.py [Perf][Pool] Optimize avg pool1d and 3d mapping (#1687) 2026-07-14 11:48:17 +08:00
common.py [Chore][Cleanup] repo slimming: dead code, duplicated tests/benches, compat shims, file defragmentation (#1764) 2026-07-26 12:59:48 +08:00
max_pool1d.py [Feat][Pool] Implement MaxPool1d and MaxPool3d forward operators (#1731) 2026-07-21 13:59:45 +08:00
max_pool2d.py [Feat][Pool] Implement MaxPool2d forward operators (#1722) 2026-07-17 16:59:41 +08:00
max_pool3d.py [Feat][Pool] Implement MaxPool1d and MaxPool3d forward operators (#1731) 2026-07-21 13:59:45 +08:00