提交 f7612714 编写于 作者: J Jinhui Yuan 提交者: GitHub

let mdupdt use compute stream instead of mix stream (#1021)



Former-commit-id: 9a010dae
上级 bab12cc6
......@@ -19,7 +19,6 @@ class NormalMdUpdtCompTaskNode final : public CompTaskNode {
void set_random_seed(uint32_t val) { random_seed_ = val; }
TaskType GetTaskType() const override { return TaskType::kNormalMdUpdt; }
CudaWorkType GetCudaWorkType() const override { return CudaWorkType::kMix; }
void ToProto(TaskProto*) override;
private:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册