setTuningPameters: Set tuning parameters

Description Usage Arguments Author(s)

View source: R/00general.R

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

1
2
3
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

Author(s)

Nathan Morris


njm18/gmatrix documentation built on May 23, 2019, 7:07 p.m.