mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Remove commented code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6541f283c7
commit
5f8cc9b99b
@ -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) {
|
||||
|
@ -28,11 +28,6 @@ struct VABaseObjectTests : public ::testing::Test {
|
||||
typedef ::testing::Types<
|
||||
MockPlatform,
|
||||
IntelAccelerator,
|
||||
//Context,
|
||||
//Program,
|
||||
//Kernel,
|
||||
//Sampler
|
||||
//others...
|
||||
MockCommandQueue>
|
||||
BaseObjectTypes;
|
||||
|
||||
|
Reference in New Issue
Block a user