TileOPs-Metax/tests/kernels
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
..
moe [Perf][GroupedGemm] manual 2-WG warp-specialized double-buffer for persistent K-aligned path (#1445) 2026-05-14 13:38:03 +08:00
test_grouped_gemm_persistent.py [Chore][Cleanup] repo slimming: dead code, duplicated tests/benches, compat shims, file defragmentation (#1764) 2026-07-26 12:59:48 +08:00
test_grouped_gemm_persistent_3wg.py [Perf][MoE] Grouped-GEMM TMA OOB zero-fill + unpermute out=: eliminate redundant copies; add fair baseline benchmark (#1580) 2026-06-12 17:52:25 +08:00
test_kernel_autotune_binding.py [Fix][TileLang] seed autotune JIT parameters (#1619) 2026-06-26 14:47:08 +08:00
test_moe_grouped_gemm_3wg_fused_act.py [Feat][MoE] N-tiled fused-activation grouped GEMM for MoE experts (opt-in) (#1551) 2026-06-05 20:42:13 +08:00