| !1957 merge br_agents into br_agents
[AKG-AGENT] feat(code_checker): implement YAML-based policy loading for static analysis
Created-by: xchang1121
Commit-by: xchang1121
Merged-by: yiyanzhi_akane1
Description: > /kind feature
**What does this PR do / why do we need it**:
One change that make the autoresearch loop debuggable and the code checker maintainable.
** Extract code-checker policy to YAML.** All hard/soft op blacklists, Triton decorator names, scanned prefixes, kernel class/method names, autotune kwargs, and stray-text unicode ranges moved from code_checker.py into code_checker.yaml. The Python module has zero defaults — missing keys hard-error at import.
Bundled policy change: pool / norm / interpolate / cumsum moved HARD → SOFT, unblocking hybrid Triton+torch seeds on Ascend (where the strided phase can't fit a 256-B-aligned schedule). Perf metric still rejects hybrids that don't beat the pure-torch ref.
**Which issue(s) this PR fixes**:
Fixes [#366](https://gitcode.com/mindspore/akg/issues/366)
**Special notes for your reviewers**:
N/A
See merge request: mindspore/akg!1957 | 1 个月前 |