I am new to Cuda, and I am trying to compile this simple test_1.cu file:
test_1.cu
#include __global__ void kernel(void) { } int main (v
I guess you may try the new, beta, version, that based on LLVM.