mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 01:55:50 +08:00
Fix compilation on master (#6116)
This commit is contained in:
committed by
Eric Liang
parent
4a28306186
commit
5a05eaaa54
@@ -489,7 +489,7 @@ Status CoreWorker::SubmitTaskToRaylet(const TaskSpecification &task_spec) {
|
||||
|
||||
if (task_deps->size() > 0) {
|
||||
for (size_t i = 0; i < num_returns; i++) {
|
||||
reference_counter_.SetDependencies(task_spec.ReturnId(i), task_deps);
|
||||
reference_counter_.SetDependencies(task_spec.ReturnId(i, TaskTransportType::RAYLET), task_deps);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user