summaryrefslogtreecommitdiff
path: root/src/utilities/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-05-08 22:01:56 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2019-05-08 22:01:56 +0200
commit9cbffc9b7cbcfa6d6c8a048c45c1ad52d22effb3 (patch)
tree26b0bbb1f887e49d2eb02658322bf0624e9e68a8 /src/utilities/utilities.hpp
parentc5a82f6978b3c459d70a04f0bf3904b424c867b5 (diff)
Changed back to cl_intel_subgroups as suggested
Diffstat (limited to 'src/utilities/utilities.hpp')
-rw-r--r--src/utilities/utilities.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utilities/utilities.hpp b/src/utilities/utilities.hpp
index 77221277..23486d35 100644
--- a/src/utilities/utilities.hpp
+++ b/src/utilities/utilities.hpp
@@ -48,7 +48,6 @@ using double2 = std::complex<double>;
const std::string kKhronosAttributesAMD = "cl_amd_device_attribute_query";
const std::string kKhronosAttributesNVIDIA = "cl_nv_device_attribute_query";
const std::string kKhronosIntelSubgroups = "cl_intel_subgroups";
-const std::string kKhronosIntelAvcMotionEstimation = "cl_intel_device_side_avc_motion_estimation";
// Catched an unknown error
constexpr auto kUnknownError = -999;