]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter3/code/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/book_gpu
[book_gpu.git] / BookGPU / Chapters / chapter3 / code / Makefile
1 EXECUTABLE      := fast_median
2 CUFILES         := main.cu
3
4 include ../../common/common.mk
5
6 NVCCFLAGS       += -arch=sm_20
7 NVCCFLAGS       += --ptxas-options=-v