Hi. Just to tell, I had this error > include/batched_sort.cuh(306): error: namespace "std" has no member "iota" and had to add `#include <numeric>` to the file. System: gcc 7.3.0, cuda-9.0, Ubuntu 18.04 Ivo
Hi. Just to tell, I had this error
and had to add
#include <numeric>to the file. System: gcc 7.3.0, cuda-9.0, Ubuntu 18.04
Ivo