2011-06-01 05:09:51 +08:00
|
|
|
|
|
|
|
#precision setting: 1 single, 2 double, 4 mixed
|
2011-08-01 22:07:01 +08:00
|
|
|
precision ?= 1
|
2011-06-01 05:09:51 +08:00
|
|
|
|
2012-06-28 07:15:46 +08:00
|
|
|
#verbose setting: 0 no, 1 yes
|
|
|
|
verbose ?= 1
|
|
|
|
|
2011-06-01 05:09:51 +08:00
|
|
|
#GPU architecture (compute capability): 13, 20, 21
|
2011-10-08 07:52:06 +08:00
|
|
|
arch ?= 21
|
2011-06-01 05:09:51 +08:00
|
|
|
|
|
|
|
#Using cufft (should not be changed)
|
2011-08-01 22:07:01 +08:00
|
|
|
cufft ?= 1
|
2011-06-01 05:09:51 +08:00
|
|
|
|
|
|
|
#Using dbg mode
|
2011-08-01 22:07:01 +08:00
|
|
|
dbg ?= 0
|
2011-06-01 05:09:51 +08:00
|
|
|
|
|
|
|
#On mac machines set this to 0 in order to avoid usage of linux specific precision timer
|
|
|
|
prec_timer ?= 1
|
|
|
|
|