Mercurial > hg > Game > Cerium
view example/Cuda/Makefile.def @ 1927:4eefec26e3e2 draft
add file
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jan 2014 07:15:07 +0900 |
parents | bbd209709ca1 |
children |
line wrap: on
line source
TARGET = multiply OPT = -g -O0 CC = clang++ NVCC = nvcc CFLAGS = -Wall $(OPT) NVCCFLAGS = -ptx -arch=sm_20