mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Remove programCount from device
Change-Id: I4edfabadd73166a27db73a120fc1380de52a33a5
This commit is contained in:
committed by
sys_ocldev
parent
78f505f4f4
commit
8598168355
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user