Mercurial > hg > Game > Cerium
view example/cuda_fft/Makefile.def @ 2006:f6aa6d6a3fa2 draft
add fft using cuda, not running
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 03 Jun 2014 12:07:00 +0900 |
parents | |
children | bc2121b09cbc |
line wrap: on
line source
TARGET = multiply OPT = -g -O0 CC = clang++ NVCC = nvcc CFLAGS = -Wall $(OPT) NVCCFLAGS = -ptx -arch=sm_20