Skip to content
New issue

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

Add support for creating a cl::CommandQueue with arbitrary properties #80

Open
kpet opened this issue Nov 6, 2019 · 0 comments
Open

Comments

@kpet
Copy link
Contributor

kpet commented Nov 6, 2019

Only properties defined using CL_QUEUE_PROPERTIES are currently supported. Arbitrary queue properties such as the ones added by vendor extensions aren't supported.

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>
kpet added a commit to kpet/OpenCL-CLHPP that referenced this issue Oct 28, 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>
bashbaug pushed a commit that referenced this issue Oct 29, 2020
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant