I wrote code like
int main(void){
helloCUDA<<<1,10>>>(); // print hello world
return 0;
}
in main.cu.
but there was a red line under <<<, and a space occurred between << < and so on. Can you tell me how to fix this?
I wrote code like
int main(void){
helloCUDA<<<1,10>>>(); // print hello world
return 0;
}
in main.cu.
but there was a red line under <<<, and a space occurred between << < and so on. Can you tell me how to fix this?