mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Tuning of unit test granulatity.
Signed-off-by: bradocaj <branislav.radocaj@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
af6fb0fea7
commit
2715f03ee2
@@ -106,7 +106,7 @@ HWTEST_F(PreambleTest, givenInactiveKernelDebuggingWhenPreambleKernelDebuggingCo
|
||||
EXPECT_EQ(0u, size);
|
||||
}
|
||||
|
||||
HWTEST_F(PreambleTest, whenKernelDebuggingCommandsAreProgrammedThenCorrectCommandsArePlacedIntoStream) {
|
||||
HWTEST2_F(PreambleTest, whenKernelDebuggingCommandsAreProgrammedThenCorrectCommandsArePlacedIntoStream, IsAtMostGen12lp) {
|
||||
typedef typename FamilyType::MI_LOAD_REGISTER_IMM MI_LOAD_REGISTER_IMM;
|
||||
|
||||
auto bufferSize = PreambleHelper<FamilyType>::getKernelDebuggingCommandsSize(true);
|
||||
|
||||
Reference in New Issue
Block a user