[ITK] [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/community/attachments/20160102/2d1e86f7/attachment.html>
-------------- next part --------------
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers


More information about the Community mailing list