Cuda compiler not working with GCC 4.5 +

前端 未结 5 1324
野性不改
野性不改 2020-12-21 12:55

I am new to Cuda, and I am trying to compile this simple test_1.cu file:

#include 

__global__ void kernel(void)
{
}

int main (v         


        
5条回答
提交回复
热议问题