We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CL_ME_VERSION_LEGACY_INTEL
In cl.xml:
cl.xml
<require> <enum name="CL_ME_VERSION_LEGACY_INTEL"/> <enum name="CL_ME_VERSION_ADVANCED_VER_1_INTEL"/> <enum name="CL_ME_VERSION_ADVANCED_VER_2_INTEL"/> </require>
The other 2 are defined here as possible return values for clGetDeviceInfo with CL_DEVICE_ME_VERSION_INTEL: https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_advanced_motion_estimation.txt
clGetDeviceInfo
CL_DEVICE_ME_VERSION_INTEL
The text was updated successfully, but these errors were encountered:
Remove cl_device_me_version from cl_intel_advanced_motion_estimation
cl_device_me_version
cl_intel_advanced_motion_estimation
d32e04d
KhronosGroup#1262
Same for CL_AVC_ME_VERSION_0_INTEL from cl_intel_device_side_avc_motion_estimation.
CL_AVC_ME_VERSION_0_INTEL
cl_intel_device_side_avc_motion_estimation
Sorry, something went wrong.
No branches or pull requests
In
cl.xml
:The other 2 are defined here as possible return values for
clGetDeviceInfo
withCL_DEVICE_ME_VERSION_INTEL
:https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_advanced_motion_estimation.txt
The text was updated successfully, but these errors were encountered: