Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Thrust (OpenMP/TBB、C++ CUDA を使用できる GPU 用の並列 STL) と同様のライブラリはありますか? 必須の標準 STL アルゴリズム (並べ替え、マージ、削除/コピー if、イン/エクスクルーシブ スキャンなど)。これは、Win/*nix の GPU AMD Radeon で並列に最適に実装されます (AMP は適合しません)。
AMD は、Bolt C++ テンプレート ライブラリを提供しています。そのライブラリは、バックエンドとして AMP と OpenCL の両方をサポートします。
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/bolt-c-template-library/