
Hi,
-- Overview ---
* C++ library for general-purpose computing on GPUs/Accelerators * Based on OpenCL (Open Computing Language) * Header-only implementation * API inspired by the STL, Boost and Thrust * Boost dependencies: Config, Utility, Iterator, Exception,
Preprocessor, TypeTraits, StaticAssert, MPL, Proto
It seems very interesting to me. It will be very helpful in GPU acceleration. Will provide a standard for GPU programming. I am surely in. ------------------- Regards, Gaurav On Tue, Sep 18, 2012 at 2:24 PM, Beren Minor <beren.minor+boost@gmail.com>wrote:
Thrust is for CUDA only. Thus only for NVIDIA devices (so far). OpenCL is an open standard which (in theory) is supposed to work on any device implementing it. Devices which support OpenCL range from CPUs to various GPUs, the upcoming Intel MIC accelerator and Cell processors.
Alright, I thought it was not restricted to CUDA. It's great if the same kind of library can be written for a more standard base then.
-- Beren Minor
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost