-
Notifications
You must be signed in to change notification settings - Fork 335
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
Correct compute::context::get_devices method #847
base: master
Are you sure you want to change the base?
Conversation
get a vector of cl_device_id and then use the device ids to populate a vector of compute::device Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
@jszuppe could you look at this PR? |
Hey @JablonskiMateusz! Could you provide some detail on the motivation for this change? Was this causing issues with your OpenCL library? For context, |
Hi @kylelutz,
IMHO the My change was inspired by |
I think that in a real application the |
@kylelutz ping |
kindly reminder @kylelutz |
get a vector of cl_device_id and then use the device ids
to populate a vector of compute::device
Signed-off-by: Mateusz Jablonski mateusz.jablonski@intel.com