mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
35240e8533
commit
08a4df80e5
@ -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) {
|
||||
|
Reference in New Issue
Block a user