forked from ccf-ai-infra/TileOPs-Metax
## Summary Update all convolution `source.kernel` paths in `ops_manifest.yaml` from `tileops/kernels/convolution/*.py` to `tileops/kernels/convolution.py`, completing the flat-module migration started in PR #930. Closes #934 ## Test plan | AC | Description | Status | Evidence | |----|------------|--------|----------| | AC-1 | Modified files pass existing tests | PASS | 87 tests passed (validate_manifest.py) | | AC-2 | All convolution entries reference `tileops/kernels/convolution.py` | PASS | 2 entries found, 0 legacy paths | | AC-3 | `python scripts/validate_manifest.py` passes | PASS | All manifest checks passed (26 pre-existing warnings) | ### Validation commands ```bash python scripts/validate_manifest.py python -m pytest -q tests/test_validate_manifest.py ``` ## Constraints - Manifest-only change per trust model (no kernel or op code changes) - Depends on PR #930 (flat convolution module) being merged first Co-authored-by: Ibuki 🍃 — a wind born from Claude Opus <Ibuki-wind@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| kernels | ||
| ops | ||
| perf | ||
| utils | ||
| __init__.py | ||
| manifest.py | ||
| ops_manifest.yaml | ||