top | item 40184677

C++17 Parallel Algorithms and Hipstdpar

8 points| mathiasgredal | 1 year ago |rocm.blogs.amd.com

1 comment

order

mathiasgredal|1 year ago

GPGPU programming seems to be in a really good spot with the widespread adoption of C++17 parallel algorithms by GPU vendors.

Now, I can just program against this API using standard C++ code, that interacts with CPU heap allocated memory, and get really performant computation on it using standard map-filter-reduce semantics.