gpu_cpu {greta} | R Documentation |
Set GPU or CPU usage
Description
These functions set the use of CPU or GPU inside of greta. They
simply return either "GPU" or "CPU", but in the future may handle more
complexity. These functions are passed to compute_options
inside of a few
functions: mcmc()
, opt()
, and calculate()
.
Usage
gpu_only()
cpu_only()
[Package greta version 0.5.0 Index]