Skip to content

feat: support Moore graph runtime - #40

Open
gongchensu wants to merge 1 commit into
masterfrom
feat/moore-graph-runtime
Open

feat: support Moore graph runtime#40
gongchensu wants to merge 1 commit into
masterfrom
feat/moore-graph-runtime

Conversation

@gongchensu

@gongchensu gongchensu commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Extend src/native/cuda/moore/runtime_.h with MUSA graph capture, instantiation, replay, and lifecycle APIs through the shared GraphRuntime interface.
  • Register the Moore graph runtime test in tests/CMakeLists.txt.

Motivation

The Moore backend previously provided the base runtime operations but did not implement the graph capture and replay interface. This prevented downstream users, including the InfiniCore standalone InfiniRT bridge, from using InfiniRT graph execution on Moore devices.

Type of Change

  • feat - new feature / new backend capability / new public API
  • fix - bug fix
  • perf - performance improvement without behavior change
  • refactor - code restructuring without behavior change
  • test - adding or fixing tests only
  • docs - documentation only
  • build / ci - build system or CI configuration
  • chore - tooling, formatting, or other non-code changes
  • Breaking change (requires a ! in the Conventional Commits prefix or a BREAKING CHANGE: footer)

Platforms Affected

  • CPU (WITH_CPU)
  • NVIDIA (WITH_NVIDIA)
  • Iluvatar (WITH_ILUVATAR)
  • Hygon (WITH_HYGON)
  • MetaX (WITH_METAX)
  • Moore (WITH_MOORE)
  • Cambricon (WITH_CAMBRICON)
  • Ascend (WITH_ASCEND)
  • Build system / CMake / generated headers
  • Public headers / installed consumer API
  • Documentation only

Smoke Build and Test Result

paste smoke build and test output here

Test Results on Supported Platforms

Platform Affected Build / Smoke Result Full Result / Notes
CPU
NVIDIA
Iluvatar
Hygon
MetaX
Moore
Cambricon
Ascend
Full `ctest` output (optional)
paste here

Benchmark / Performance Impact

Notes for Reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant