c++ - Is there a similar library as Thrust (parallel STL for GPU), but for GPGPU AMD Radeon? -


is there similar library thrust(parallel stl gpu, can use openmp/tbb, c++ cuda), gpgpu amd radeon (eg using opencl instead of using cuda)? required standard stl-algorithms (sort, merge, remove/copy if, in/exclusive scan, etc), optimal implemented in parallel in gpu amd radeon in win/*nix (amp not fit).

amd provide bolt c++ template library. lib support both amp , opencl backend.

http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/bolt-c-template-library/


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -