Skip to content

feat: add graph runtime api#9

Draft
gongchensu wants to merge 1 commit into
masterfrom
feat/graph-runtime-api
Draft

feat: add graph runtime api#9
gongchensu wants to merge 1 commit into
masterfrom
feat/graph-runtime-api

Conversation

@gongchensu

Copy link
Copy Markdown

No description provided.

@gongchensu gongchensu self-assigned this Jun 24, 2026
@gongchensu gongchensu requested a review from voltjia June 24, 2026 04:24
Comment thread tests/CMakeLists.txt Outdated
Comment thread tests/test_nvidia_graph.cc
Comment thread src/graph.h
Comment thread src/native/cuda/runtime_.h Outdated
Comment thread src/native/cuda/runtime_.h Outdated
Comment thread src/native/cpu/runtime_.h
Comment thread src/native/ascend/runtime_.h
Comment thread src/native/ascend/runtime_.h Outdated
Comment thread src/native/cambricon/runtime_.h Outdated
Comment thread src/native/cambricon/runtime_.h
@voltjia voltjia requested a review from Ziminli June 24, 2026 08:49
Comment thread src/native/cuda/runtime_.h
@gongchensu gongchensu force-pushed the feat/graph-runtime-api branch 2 times, most recently from 42458e6 to aae1676 Compare June 25, 2026 09:01
@gongchensu gongchensu force-pushed the feat/graph-runtime-api branch from aae1676 to a4bac7f Compare June 25, 2026 09:13
Comment thread src/graph.h
Comment on lines +32 to +33
Device::Type device_type_{Device::Type::kCpu};
void* raw_{nullptr};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之间空一行吧。

Comment thread src/graph.h
Comment on lines +50 to +51
Device::Type device_type_{Device::Type::kCpu};
void* raw_{nullptr};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之间空一行吧。

Comment thread src/graph.h
Comment on lines +68 to +69
Device::Type device_type_{Device::Type::kCpu};
void* raw_{nullptr};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之间空一行吧。

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.

3 participants