mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-04 06:44:40 +08:00
comment
This commit is contained in:
@@ -31,7 +31,6 @@ void Worker::signal(void* data) {
|
|||||||
w->cond_.notify_one();
|
w->cond_.notify_one();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Worker::commit(cudaStream_t stream) {
|
void Worker::commit(cudaStream_t stream) {
|
||||||
// Move pending tasks into tasks
|
// Move pending tasks into tasks
|
||||||
if (pending_tasks_.empty()) {
|
if (pending_tasks_.empty()) {
|
||||||
|
Reference in New Issue
Block a user