mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +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) {
|
||||
|
Reference in New Issue
Block a user