mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add instance of gmm helper to execution environment
Change-Id: I1b044611fbad91fbb681ba233938f41502f29056
This commit is contained in:
committed by
sys_ocldev
parent
f26535a93d
commit
94dbdb602d
@@ -142,16 +142,11 @@ LONG WINAPI UltExceptionFilter(
|
||||
#endif
|
||||
|
||||
void initializeTestHelpers() {
|
||||
const HardwareInfo *hwinfo = *platformDevices;
|
||||
auto initialized = GmmHelper::initContext(hwinfo->pPlatform, hwinfo->pSkuTable,
|
||||
hwinfo->pWaTable, hwinfo->pSysInfo);
|
||||
ASSERT_TRUE(initialized);
|
||||
GlobalMockSipProgram::initSipProgram();
|
||||
}
|
||||
|
||||
void cleanTestHelpers() {
|
||||
GlobalMockSipProgram::shutDownSipProgram();
|
||||
GmmHelper::destroyContext();
|
||||
}
|
||||
|
||||
std::string getHardwarePrefix() {
|
||||
|
||||
Reference in New Issue
Block a user