Mercurial > hg > Game > Cerium
view example/cuda_fft/Makefile.def @ 2012:9360e782a431 draft
Optimization data transfer. not running
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 01 Jul 2014 03:40:54 +0900 |
parents | bc2121b09cbc |
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