5 lines
75 B
Makefile
5 lines
75 B
Makefile
|
|
cuda-stream: main.cpp CUDAStream.cu
|
|
nvcc -std=c++11 -O3 -DCUDA $^ -o $@
|
|
|