mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
test: adjust test machers after pre-gen12 removal
Related-To: NEO-12681 Signed-off-by: Michał Pryba <michal.pryba@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6d085ed0d4
commit
edfc512d3b
@@ -99,8 +99,7 @@ TEST_F(ClGetKernelWorkGroupInfoTests, GivenKernelRequiringScratchSpaceForSpillWh
|
||||
EXPECT_EQ(paramValue, spillMemorySize);
|
||||
}
|
||||
|
||||
using matcher = IsWithinProducts<IGFX_SKYLAKE, IGFX_DG1>;
|
||||
HWTEST2_F(ClGetKernelWorkGroupInfoTests, givenKernelHavingPrivateMemoryAllocationWhenAskedForPrivateAllocationSizeThenProperSizeIsReturned, matcher) {
|
||||
HWTEST2_F(ClGetKernelWorkGroupInfoTests, givenKernelHavingPrivateMemoryAllocationWhenAskedForPrivateAllocationSizeThenProperSizeIsReturned, IsGen12LP) {
|
||||
size_t paramValueSizeRet;
|
||||
cl_ulong paramValue;
|
||||
auto pDevice = castToObject<ClDevice>(testedClDevice);
|
||||
|
||||
Reference in New Issue
Block a user