enabling pre compiled header

This commit is contained in:
Kbz-8
2024-12-04 15:04:51 +01:00
parent 1bf92b3b26
commit 37ea1b1cd4
4 changed files with 21 additions and 7 deletions

View File

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