summaryrefslogtreecommitdiff
path: root/src/utilities/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-05-07 20:47:50 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2019-05-07 20:47:50 +0200
commitc5a82f6978b3c459d70a04f0bf3904b424c867b5 (patch)
tree0aafdfc46a8cf50d36bd174b5ccbfc61e4b9e3ae /src/utilities/utilities.hpp
parentc6ba86cdc3da8ab9599fff5483cedbe5b1422687 (diff)
Added a host-code check to make sure the avc_motion_estimation is available
Diffstat (limited to 'src/utilities/utilities.hpp')
-rw-r--r--src/utilities/utilities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utilities/utilities.hpp b/src/utilities/utilities.hpp
index 23486d35..77221277 100644
--- a/src/utilities/utilities.hpp
+++ b/src/utilities/utilities.hpp
@@ -48,6 +48,7 @@ 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;