You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only properties defined using CL_QUEUE_PROPERTIES are currently supported. Arbitrary queue properties such as the ones added by vendor extensions aren't supported.
The text was updated successfully, but these errors were encountered:
kpet
added a commit
to kpet/OpenCL-CLHPP
that referenced
this issue
Sep 14, 2020
- Add support for device queries
- Introduce a generic function for clSetKernelExecInfo
Support for the command queue properties will be added via KhronosGroup#80.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
- Add support for device queries
- Introduce a generic function for clSetKernelExecInfo
Support for the command queue properties will be added via KhronosGroup#80.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
* Add partial support for cl_arm_scheduling_controls
- Add support for device queries
- Introduce a generic function for clSetKernelExecInfo
Support for the command queue properties will be added via #80.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
* Add typesafe setExecInfo template function
Also add type traits for enums introduced in cl_arm_scheduling_controls.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Only properties defined using
CL_QUEUE_PROPERTIES
are currently supported. Arbitrary queue properties such as the ones added by vendor extensions aren't supported.The text was updated successfully, but these errors were encountered: