VS2017 error : declaration is incompatible with "__nv_bool xxx(__nv_bool)"
程序员文章站
2024-01-05 16:17:58
...
代码:
int N = 6000;
int M = 100;
clock_t a, b;
double t;
double all;
int main()
{
……
}
报错:
error : declaration is incompatible with "__nv_bool all(__nv_bool)"