Mercurial > hg > Game > Cerium
view example/cuda_fft/Makefile.def @ 2064:f786ffb2a198 draft
add bm.h
author | Nozomi |
---|---|
date | Wed, 17 Feb 2016 17:37:06 +0900 |
parents | 9360e782a431 |
children |
line wrap: on
line source
TARGET = fft OPT = -g -O0 CC = clang++ NVCC = nvcc CFLAGS = -Wall $(OPT) NVCCFLAGS = -ptx -arch=sm_20 #-g -G