Revert "ZEBin: fix CTD passing when inline data is supported"

This reverts commit 125946e374.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2021-11-05 13:04:36 +01:00
committed by Compute-Runtime-Automation
parent f646422076
commit 870b324d72
2 changed files with 0 additions and 2 deletions

View File

@@ -3509,7 +3509,6 @@ kernels:
EXPECT_EQ(0U, kernelDescriptor.kernelAttributes.workgroupWalkOrder[0]);
EXPECT_EQ(1U, kernelDescriptor.kernelAttributes.workgroupWalkOrder[1]);
EXPECT_EQ(2U, kernelDescriptor.kernelAttributes.workgroupWalkOrder[2]);
EXPECT_TRUE(kernelDescriptor.kernelAttributes.flags.passInlineData);
}
TEST(PopulateArgDescriptorPerThreadPayload, GivenArgTypeLocalIdWhenOffsetIsNonZeroThenFail) {