compute-runtime/opencl/test/unit_test/helpers/windows
Mateusz Jablonski 4154e6666b fix: correct loading L0 loader functions
- don't load ze_loader.dll from file system
- to perform self-open on Windows use getModuleHandleA with proper module name
- don't free library loaded with getModuleHandleA
- as loader may be not available during runtime teardown:
- load translate handle function during global setup
- load setDriverTeardown function during global teardown
- when loader is not available during teardown, unset translate handle
function

Related-To: GSD-10147

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2024-10-17 15:39:20 +02:00
..
CMakeLists.txt Move shared ULT helper files to shared directory 2022-05-06 09:20:27 +02:00
gl_helper_tests.cpp fix: correct loading L0 loader functions 2024-10-17 15:39:20 +02:00
mock_function.cpp Revert "Move shared helper files to shared directory" 2022-04-27 13:12:16 +02:00
mock_function.h Add missing pragma once in header files 2022-06-07 16:19:11 +02:00