diff --git a/opencl/source/platform/extensions.cpp b/opencl/source/platform/extensions.cpp index 7bd1c9f9bb..13bb798ab3 100644 --- a/opencl/source/platform/extensions.cpp +++ b/opencl/source/platform/extensions.cpp @@ -113,10 +113,8 @@ void getOpenclCFeaturesList(const HardwareInfo &hwInfo, StackVecname); EXPECT_STREQ("__opencl_c_read_write_images", (++openclCFeatureIterator)->name); EXPECT_STREQ("__opencl_c_work_group_collective_functions", (++openclCFeatureIterator)->name); - - if (hwInfo.capabilityTable.supportsIndependentForwardProgress) { - EXPECT_STREQ("__opencl_c_subgroups", (++openclCFeatureIterator)->name); - } + EXPECT_STREQ("__opencl_c_subgroups", (++openclCFeatureIterator)->name); } if (hwInfo.capabilityTable.supportsDeviceEnqueue) { EXPECT_STREQ("__opencl_c_device_enqueue", (++openclCFeatureIterator)->name);