Skip to content

Commit

Permalink
#9479: fix cpu core worker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Jun 27, 2024
1 parent 5f17838 commit 0fa6c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tt_metal/impl/dispatch/work_executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class WorkExecutor {
this->work_executor_mode = default_worker_executor_mode();
this->worker_queue_mode = default_worker_queue_mode();
this->worker_state = WorkerState::IDLE;
this->cpu_core_for_worker = 0;
this->worker_queue.parent_thread_id = 0;
this->worker_queue.worker_thread_id = 0;
set_process_priority(0);
Expand Down

0 comments on commit 0fa6c82

Please sign in to comment.