setTuningPameters:
Set tuning parameters
Description
This function tunes the kernal calls to a specific GPU if the user is working with CUDA versions older than 6.5. At this point, these parameters are not well documented and should only be changed by users who can read the source code.
Usage
setTuningPameters(force = TRUE, threads_per_block = as.integer(2^8), total_states = as.integer(32 * 14 * 16), state = unclass(Sys.time()))
Arguments
force
logical - force the change even if the parameters have been previously set.
threads_per_block
number of threads per block
total_states
total states for random number generations
state
starting state for random number generation