cpc / hipcl

OpenCL/SPIR-V implementation of HIP
Other
104 stars 12 forks source link

require C++14 rather than C++11 #17

Closed jeffhammond closed 3 years ago

jeffhammond commented 3 years ago

This project uses C++14 features, e.g. std::index_sequence.

resolves https://github.com/cpc/hipcl/issues/16

Signed-off-by: Jeff Hammond jeff.science@gmail.com