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

interpretercore thread not always spin (#46687)

上级 4df12303
......@@ -68,7 +68,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.
先完成此消息的编辑!
想要评论请 注册