Correct compute::context::get_devices method#847
Correct compute::context::get_devices method#847JablonskiMateusz wants to merge 1 commit intoboostorg:masterfrom
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