Skip to content

P1-INFRA-007: Doc Parser — Intel (OpenVINO) & AMD Support #162

Description

@DingmaomaoBJTU

Summary

Extend the doc parser to support Intel OpenVINO and AMD Ryzen AI documentation sources, enabling automated op coverage data collection for these EPs.

Context

The doc parser currently supports QNN SDK documentation only (#394). Extending it to OpenVINO and AMD documentation automates op coverage collection for these EPs — reducing manual data maintenance and ensuring coverage stays up-to-date as SDK versions change.

From plans/release/0315_release_plan/P1_CHECKLIST.md (P1-INFRA-007). Deferred to after May in the 0501 plan.

Current State

  • Doc parser supports QNN only (remove CPU check #394)
  • OpenVINO and AMD op coverage data must be maintained manually
  • Each new SDK version requires manual re-collection

Desired State

  • Doc parser extended with OpenVINO NPU/GPU/CPU documentation parsing
  • Doc parser extended with AMD Ryzen AI / ROCm documentation parsing
  • Parsed data auto-normalized to the standard EP op coverage format
  • Automated update pipeline: re-parse when SDK version changes

Acceptance Criteria

  • OpenVINO doc parser implemented and produces op coverage in standard format
  • AMD Ryzen AI doc parser implemented (or stub if SDK docs not publicly available)
  • Multi-vendor doc normalization: consistent field names/types across all parsers
  • Automated test: parsed coverage matches known-good reference for at least one SDK version
  • Doc parser triggered via wmk update-ep-coverage --ep openvino

Technical Notes

Related Files

  • plans/release/0315_release_plan/P1_CHECKLIST.md — P1-INFRA-007
  • remove CPU check #394 — QNN doc parser (reference implementation)

Metadata

Metadata

Labels

P1High — major feature broken or significant UX impactinfrastructureCI/CD and infrastructurestatic-analyzerStatic analyzer moduletriagedIssue has been triaged

Type

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions