BabelStream/CUDA.make
2017-02-23 14:58:05 +00:00

5 lines
75 B
Makefile

cuda-stream: main.cpp CUDAStream.cu
nvcc -std=c++11 -O3 -DCUDA $^ -o $@