Remove commented code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-15 12:17:40 +00:00
committed by Compute-Runtime-Automation
parent 6541f283c7
commit 5f8cc9b99b
7 changed files with 0 additions and 14 deletions

View File

@ -54,9 +54,6 @@ HWCMDTEST_F(IGFX_GEN8_CORE, EnqueueCopyImageTest, WhenCopyingImageThenGpgpuWalke
lanesPerThreadX += laneMaskRight & 1;
laneMaskRight >>= 1;
}
//auto numWorkItems = ( ( cmd->getThreadWidthCounterMaximum() - 1 ) * simd + lanesPerThreadX ) * cmd->getThreadGroupIdXDimension();
//EXPECT_EQ( expectedWorkItems, numWorkItems );
}
HWTEST_F(EnqueueCopyImageTest, WhenCopyingImageThenTaskCountIsAlignedWithCsr) {

View File

@ -28,11 +28,6 @@ struct VABaseObjectTests : public ::testing::Test {
typedef ::testing::Types<
MockPlatform,
IntelAccelerator,
//Context,
//Program,
//Kernel,
//Sampler
//others...
MockCommandQueue>
BaseObjectTypes;