ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

HIP-CPU targets C++17 compatibility but uses <version> (which is a C++20 feature) #31

Open alexrobomind opened 3 years ago

alexrobomind commented 3 years ago

Currently, a lot of headers include \<version> to check for availability of parallel algorithms. However, this header is not available in C++17, but only from C++20 onwards.