mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Refactor Sip Kernel usage
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
da779d067f
commit
8198a739c8
@@ -113,6 +113,11 @@ void applyWorkarounds() {
|
||||
});
|
||||
tempThreadID = t.get_id();
|
||||
t.join();
|
||||
|
||||
//Create FileLogger to prevent false memory leaks
|
||||
{
|
||||
NEO::FileLoggerInstance();
|
||||
}
|
||||
}
|
||||
#ifdef __linux__
|
||||
void handle_SIGALRM(int signal) {
|
||||
@@ -148,12 +153,10 @@ LONG WINAPI UltExceptionFilter(
|
||||
#endif
|
||||
|
||||
void initializeTestHelpers() {
|
||||
GlobalMockSipProgram::initSipProgramInfo();
|
||||
MockSipData::mockSipKernel.reset(new MockSipKernel());
|
||||
}
|
||||
|
||||
void cleanTestHelpers() {
|
||||
GlobalMockSipProgram::shutDownSipProgramInfo();
|
||||
delete platformsImpl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user