Refactor ult's for preemption enabling part 2

Change-Id: If8e335e87f3a78d35cab12a17880fb1922d479f5
This commit is contained in:
mplewka
2018-04-23 16:08:57 +02:00
committed by sys_ocldev
parent 541735d932
commit 2bc2869fe1
24 changed files with 203 additions and 64 deletions

View File

@@ -201,6 +201,7 @@ TEST_F(CompilerInterfaceTest, BuildWithDebugData) {
retVal = pProgram->getInfo(CL_PROGRAM_DEBUG_INFO_INTEL, debugDataSize, nullptr, &retData);
EXPECT_EQ(CL_SUCCESS, retVal);
EXPECT_EQ(numDevices * sizeof(debugData), retData);
cip->shutdown();
delete[] debugData;
delete cip;