| [BugFix] msprobe data collection support aclgraph (#8574)
### What this PR does / why we need it?
This PR fixes and clarifies msprobe dump behavior for Ascend graph
mode, with two goals:
1. **Avoid dumping dummy-run data**
- In model_runner_v1.py, dummy_run now finalizes debugger state with
dump=False, so warmup/dummy paths do not write dump data to disk.
2. **Keep eager/graph debugger invocation compatible**
- _finalize_dump_data now forwards kwargs to
self.debugger.step(**kwargs).
- This keeps compatibility with both:
- PrecisionDebugger.step() (eager path)
- AclGraphDumper.step(dump=...) (graph path)
3. **Docs alignment for graph-mode config support**
- Updated msprobe_guide.md support table to reflect graph-mode
constraints:
- task: graph mode supports statistics
- step: graph mode marked unsupported (×)
- unified table markers with √/×
- Removed extra explanatory paragraph and moved constraints into the
table itself for clarity.
---------
Signed-off-by: Tjh-UKN <2559659915@qq.com>
Co-authored-by: Yizhou <136800916+yiz-liu@users.noreply.github.com> | 16 天前 |