mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Revert "feature: add support for the cl_khr_extended_bit_ops extension"
This reverts commit 6dec2143df.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9570d02134
commit
d22b2a8a38
@@ -858,13 +858,6 @@ TEST_F(DeviceGetCapsTest, WhenDeviceIsCreatedThenCreateCommandQueueExtensionIsRe
|
|||||||
EXPECT_TRUE(hasSubstr(caps.deviceExtensions, std::string("cl_khr_create_command_queue")));
|
EXPECT_TRUE(hasSubstr(caps.deviceExtensions, std::string("cl_khr_create_command_queue")));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(DeviceGetCapsTest, WhenDeviceIsCreatedThenExtendedBitOpsExtensionIsReported) {
|
|
||||||
auto device = std::make_unique<MockClDevice>(MockDevice::createWithNewExecutionEnvironment<MockDevice>(defaultHwInfo.get()));
|
|
||||||
const auto &caps = device->getDeviceInfo();
|
|
||||||
|
|
||||||
EXPECT_TRUE(hasSubstr(caps.deviceExtensions, std::string("cl_khr_extended_bit_ops")));
|
|
||||||
}
|
|
||||||
|
|
||||||
TEST_F(DeviceGetCapsTest, WhenDeviceIsCreatedThenThrottleHintsExtensionIsReported) {
|
TEST_F(DeviceGetCapsTest, WhenDeviceIsCreatedThenThrottleHintsExtensionIsReported) {
|
||||||
auto device = std::make_unique<MockClDevice>(MockDevice::createWithNewExecutionEnvironment<MockDevice>(defaultHwInfo.get()));
|
auto device = std::make_unique<MockClDevice>(MockDevice::createWithNewExecutionEnvironment<MockDevice>(defaultHwInfo.get()));
|
||||||
const auto &caps = device->getDeviceInfo();
|
const auto &caps = device->getDeviceInfo();
|
||||||
|
|||||||
@@ -78,7 +78,6 @@ std::string CompilerProductHelperHw<gfxProduct>::getDeviceExtensions(const Hardw
|
|||||||
"cl_khr_subgroup_shuffle_relative "
|
"cl_khr_subgroup_shuffle_relative "
|
||||||
"cl_khr_subgroup_clustered_reduce "
|
"cl_khr_subgroup_clustered_reduce "
|
||||||
"cl_intel_device_attribute_query "
|
"cl_intel_device_attribute_query "
|
||||||
"cl_khr_extended_bit_ops "
|
|
||||||
"cl_khr_suggested_local_work_size "
|
"cl_khr_suggested_local_work_size "
|
||||||
"cl_intel_split_work_group_barrier ";
|
"cl_intel_split_work_group_barrier ";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user