2012-10-08 23:29:55 +08:00
|
|
|
|
|
|
|
#precision setting: 1 single, 2 double, 4 mixed
|
2014-09-04 23:42:52 +08:00
|
|
|
precision ?= 1
|
2012-10-08 23:29:55 +08:00
|
|
|
|
|
|
|
#verbose setting: 0 no, 1 yes
|
|
|
|
verbose ?= 1
|
|
|
|
|
2014-09-05 00:09:47 +08:00
|
|
|
#GPU architecture (compute capability): 13, 20, 21, 35
|
2014-10-07 06:59:05 +08:00
|
|
|
arch ?= 20
|
2012-10-08 23:29:55 +08:00
|
|
|
|
|
|
|
#Using cufft (should not be changed)
|
|
|
|
cufft ?= 1
|
|
|
|
|
|
|
|
#Using dbg mode
|
|
|
|
dbg ?= 0
|
|
|
|
|
|
|
|
#On mac machines set this to 0 in order to avoid usage of linux specific precision timer
|
|
|
|
prec_timer ?= 1
|
|
|
|
|