未验证 提交 d90aaa6e 编写于 作者: Z zhangbo9674 提交者: GitHub

interpretercore thread not always spin (#46687) (#46952)

上级 100a0750
......@@ -61,7 +61,7 @@ const std::vector<WorkQueueOptions> ConstructWorkQueueOptions(
group_options.emplace_back(/*name*/ "DeviceKernelLaunch",
/*num_threads*/ device_num_threads,
/*allow_spinning*/ true,
/*always_spinning*/ true,
/*always_spinning*/ false,
/*track_task*/ false,
/*detached*/ true,
/*events_waiter*/ waiter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册