Skip to content

Commit

Permalink
#0: fix idle start
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed May 29, 2024
1 parent f584bee commit 6f968d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/impl/dispatch/work_executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class WorkExecutor {
inline void initialize() {
this->work_executor_mode = default_worker_executor_mode();
this->worker_queue_mode = default_worker_queue_mode();
this->worker_state = WorkerState::IDLE;
this->worker_queue.parent_thread_id = 0;
this->worker_queue.worker_thread_id = 0;
set_process_priority(0);
Expand Down

0 comments on commit 6f968d1

Please sign in to comment.