Remove programCount from device

Change-Id: I4edfabadd73166a27db73a120fc1380de52a33a5
This commit is contained in:
Stefanowski, Adam
2018-08-09 10:08:49 +02:00
committed by sys_ocldev
parent 78f505f4f4
commit 8598168355
5 changed files with 0 additions and 69 deletions

View File

@@ -2569,13 +2569,6 @@ TEST_F(Program32BitTests, givenDeviceWithForce32BitAddressingOnWhenProgramIsCrea
}
}
TEST_F(Program32BitTests, givenDeviceWhenProgramIsCreatedThenProgramCountInDeviceIncreases) {
auto device = pContext->getDevice(0);
EXPECT_EQ(0u, device->getProgramCount());
MockProgram pProgram(pContext, false);
EXPECT_EQ(1u, device->getProgramCount());
}
TEST_F(ProgramTests, givenNewProgramTheStatelessToStatefulBufferOffsetOtimizationIsMatchingThePlatformEnablingStatus) {
MockProgram prog(pContext, false);
auto &internalOpts = prog.getInternalOptions();