compute-runtime/shared/test/unit_test/compiler_interface
Jaroslaw Chodor f7cf09d195 fix(ocl) fixing race condition in createFclTranslationCtx
In rare case of multiple threads trying to set fclBaseTranslationCtx,
there was a potential for use after free (double delete) on
std::unique_ptr::reset.

Resolves: NEO-7767

Signed-off-by: Jaroslaw Chodor <jaroslaw.chodor@intel.com>
2023-03-06 16:47:18 +01:00
..
CMakeLists.txt CMake: don't include shared/test/unit_test when shared tests are skipped 1/n 2022-08-09 11:41:09 +02:00
compiler_cache_tests.cpp fix mismatched-new-delete when using unique_ptr 2023-02-14 08:07:13 +01:00
compiler_interface_tests.cpp fix(ocl) fixing race condition in createFclTranslationCtx 2023-03-06 16:47:18 +01:00
compiler_options_tests.cpp Cleanup includes 45 2023-01-26 11:12:15 +01:00
external_functions_tests.cpp fix(zebin): allow for recursive function calls 2022-11-21 16:25:51 +01:00
intermediate_representations_tests.cpp Use full path to include test.h 2/n 2021-12-15 13:09:50 +01:00
linker_tests.cpp refactor(zebin): move files to seperate directory 2023-03-03 21:48:19 +01:00