-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IDMgr::GetGpuPhyIdFromThrdId/IDMgr::GetDeviceTypeFromThrdId #6169
Conversation
Speed stats:
|
@@ -150,6 +150,7 @@ class TaskNode : public Node<TaskNode, TaskEdge> { | |||
int64_t task_id_; | |||
int64_t chain_id_; | |||
int64_t order_in_graph_; | |||
std::unique_ptr<TaskId> new_task_id_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么不是直接成员?因为 TaskId 不能随着 TaskNode 的初始化而初始化,且 TaskId 无默认构造函数吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么不是直接成员?因为 TaskId 不能随着 TaskNode 的初始化而初始化,且 TaskId 无默认构造函数吗?
是
CI failed, removing label automerge |
Speed stats:
|
No description provided.