It adds the option to use OpenCL to the optimization level selector, but only if OpenCL is supported.
It builds IGSIO with the option IGSIO_USE_GPU enabled, so it will be compiled with OpenCL support. I'm not sure what is the correct procedure here, the option is correctly propagated through IGSIO but in this repository I'm not sure what is the best place to set it.
This is the companion PR to https://github.com/IGSIO/IGSIO/pull/15 .
IGSIO_USE_GPU
enabled, so it will be compiled with OpenCL support. I'm not sure what is the correct procedure here, the option is correctly propagated throughIGSIO
but in this repository I'm not sure what is the best place to set it.