[ITK-dev] Integrating header-only boost::Compute for faster itkGPU development.

Pablo Hernández pablo.hernandez.cerdan at outlook.com
Sat Jan 2 09:04:29 EST 2016


https://github.com/boostorg/compute
It is like cuda::Thrust library, functional oriented, but using opencl and header-only. It implements quite a lot of STL algorithms to run in GPU's. It requires c++11, and will be officially available in next boost release (1.61)
I mention this, because I was creating a home-brewed itkGPU filters, and it is painful to hand-write opencl code for every basic operation out there. I can of course use it by my own, but I thought it could be helpful to boost:: the GPU developing in ITK.
I have no conflict of interests with this particular library, but wanted to share it and hear what you think. Also any comment about the road map involving GPU in ITK would be interesting.

Regards,
Pablo


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-developers/attachments/20160102/2d1e86f7/attachment.html>


More information about the Insight-developers mailing list