AMDがCPUで処理することを前提に書かれたC++コードをAMD製GPUで実行できるように移植できるC++スタイル並列処理ライブラリ「hipThreads」を発表しました。 GitHub - ROCm/hipThreads https://github.com/rocm/hipthreads Introducing hipThreads: A C++ - Style Concurrency Library for AMD GPUs — ROCm Blogs https://rocm.blogs.amd.com/software-tools-optimization/hipthreads-introduction/README.html With HIP Threads, you can move C++ threading patterns to the GPU without rewri

