From 282291780db1ac1a31070cbc15a3dac9c8844365 Mon Sep 17 00:00:00 2001 From: Kamil Kopryk Date: Mon, 27 Mar 2023 17:01:24 +0000 Subject: [PATCH] refactor: correct ult name Signed-off-by: Kamil Kopryk --- .../unit_test/xe_hpc_core/test_cl_device_caps_xe_hpc_core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencl/test/unit_test/xe_hpc_core/test_cl_device_caps_xe_hpc_core.cpp b/opencl/test/unit_test/xe_hpc_core/test_cl_device_caps_xe_hpc_core.cpp index e82e7d4449..d1a20f54fa 100644 --- a/opencl/test/unit_test/xe_hpc_core/test_cl_device_caps_xe_hpc_core.cpp +++ b/opencl/test/unit_test/xe_hpc_core/test_cl_device_caps_xe_hpc_core.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Intel Corporation + * Copyright (C) 2022-2023 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -18,7 +18,7 @@ using namespace NEO; using XeHpcCoreClDeviceCaps = Test; -XE_HPC_CORETEST_F(XeHpcCoreClDeviceCaps, givenXeHpcCoreWhenCheckExtensionsThenDeviceDoesNotReportClKhrSubgroupsExtension) { +XE_HPC_CORETEST_F(XeHpcCoreClDeviceCaps, givenXeHpcCoreWhenCheckExtensionsThenDeviceDoesReportClKhrSubgroupsExtension) { const auto &caps = pClDevice->getDeviceInfo(); EXPECT_TRUE(hasSubstr(caps.deviceExtensions, std::string("cl_khr_subgroups")));