Fix Invalid Task ID error spam in PipelineHashMapRD.
This commit is contained in:
parent
74907876d3
commit
047afb1b1d
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ private:
|
|||
|
||||
void _wait_for_all_pipelines() {
|
||||
thread_local LocalVector<WorkerThreadPool::TaskID> tasks_to_wait;
|
||||
tasks_to_wait.clear();
|
||||
{
|
||||
MutexLock local_lock(local_mutex);
|
||||
for (KeyValue<uint32_t, WorkerThreadPool::TaskID> key_value : compilation_tasks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue