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.
Comments
Post a Comment