Just a stupid question. After I compile the CUDA program with the code : nvcc file.cu -o file, how can I run this program?
.< Thanks a lot
Just a stupid question. After I compile the CUDA program with the code : nvcc file.cu -o file, how can I run this program?
.< Thanks a lot
./file :)