compute-runtime/shared
Oskar Hubert Weber 38a3667304 fix: avoid joining thread in deferred deleter
Join thread in DllMain (which we are not aware of)
can result in hang occurring in DeferredDeleter, if the library is
freed before FreeLibraryAndExitThread call from within the worker thread,
the thread gets stuck, thus the main thread is stuck on worker->join().

Related-To: NEO-14121

Signed-off-by: Oskar Hubert Weber <oskar.hubert.weber@intel.com>
2025-04-16 10:02:10 +02:00
..
generate_cpp_array fix: use .spv for intermediate representation 2024-06-11 12:06:57 +02:00
offline_compiler feature: Enabling support for redirecting FCL to IGC for OCLOC 2025-04-15 16:44:35 +02:00
source fix: avoid joining thread in deferred deleter 2025-04-16 10:02:10 +02:00
test build: update default PTL revision to B0 2025-04-16 09:44:58 +02:00
wsl_compute_helper fix: include NotCompressed flag in marshalling of ResourceInfo struct 2025-03-21 14:06:24 +01:00
CMakeLists.txt