fixing projection issue

This commit is contained in:
2024-10-17 15:37:39 +02:00
parent 99437a6d6a
commit 160364bda2
13 changed files with 117 additions and 57 deletions

View File

@@ -99,6 +99,7 @@ namespace mlx
void DescriptorPoolManager::Destroy()
{
#pragma omp parallel for
for(auto& pool : m_pools)
pool.Destroy();
}