Is there a similar library like Thrust (parallel STL for GPUs that can use OpenMP / TBB, C ++ CUDA), but for AMD Radeon GPGPUs (for example, using OpenCL instead of using CUDA)? Required standard STL-algorithms (sorting, merging, deleting / copying, if, in / Exclusive scanning, etc.), Which are optimally implemented in parallel in the AMD Radeon GPU in Win / * nix (AMP is not suitable).
source share