Skip to content

Commit 265bb7f

Browse files
Do not push_back compute event to host_tasks list
This is even though sequence of tasks represented by dot_ev does contain host_task to manage temporary USM allocations.
1 parent 4297fef commit 265bb7f

File tree

1 file changed

+0
-1
lines changed
  • dpctl/tensor/libtensor/source/linalg_functions

1 file changed

+0
-1
lines changed

dpctl/tensor/libtensor/source/linalg_functions/dot.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ py_dot(const dpctl::tensor::usm_ndarray &x1,
802802
});
803803
});
804804
host_task_events.push_back(cleanup_tmp_allocations_ev);
805-
host_task_events.push_back(dot_ev);
806805
}
807806
}
808807
return std::make_pair(

0 commit comments

Comments
 (0)