A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new
[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