Add report of extension cl_intel_split_work_group_barrier

Related-To: NEO-6746
Signed-off-by: Lukasz Wesierski <lukasz.wesierski@intel.com>
This commit is contained in:
Lukasz Wesierski
2022-03-17 18:10:37 +00:00
committed by Compute-Runtime-Automation
parent 35240e8533
commit 08a4df80e5
2 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,7 @@ HWTEST2_F(Gen12LpDeviceCaps, givenGen12lpWhenCheckExtensionsThenSubgroupLocalBlo
const auto &caps = pClDevice->getDeviceInfo();
EXPECT_THAT(caps.deviceExtensions, testing::HasSubstr(std::string("cl_intel_subgroup_local_block_io")));
EXPECT_THAT(caps.deviceExtensions, testing::HasSubstr(std::string("cl_intel_split_work_group_barrier")));
}
HWTEST2_F(Gen12LpDeviceCaps, givenGen12lpWhenCheckExtensionsThenDeviceDoesNotReportClKhrSubgroupsExtension, IsTGLLP) {