view example/cuda_fft/Makefile.def @ 2069:26aa08c9a1de draft default tip

cuda example fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 10:04:55 +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