Add CollectiveSpec P0 phase trace harness

This commit is contained in:
2026-07-13 17:33:01 +08:00
parent e6246a4c19
commit f1cd859eea
7 changed files with 886 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""Non-invasive instrumentation for the CollectiveSpec P0 premise test.
This package is loaded only when its parent ``p0_overlay`` directory is added
to ``PYTHONPATH`` and vLLM is explicitly given the custom scheduler/worker
classes. It is intentionally not imported by normal aituner runs.
"""