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