error: ‘exclusive_scan’ is not a member of ‘std’
时间: 2023-04-21 17:01:50 浏览: 190
cuda_scan2_cudascan_cuda_scan_
这个错误提示是因为在使用C++标准库中的std::exclusive_scan函数时,编译器无法找到该函数的定义。可能是因为编译器版本过低或者编译器不支持该函数。
建议升级编译器版本或者使用其他实现该函数的库。
阅读全文
cuda_scan2_cudascan_cuda_scan_