rkeops-package |
rkeops RKeOps: kernel operations on GPU, with autodiff, without memory overflows in R |
clean_rkeops |
Clean build directory |
compile4cpu |
Disable compilation of GPU-compatible user-defined operators |
compile4float32 |
Enable compiling of user-defined operators using float 32bits precision. |
compile4float64 |
Enable compiling of user-defined operators using float 64bits precision. |
compile4gpu |
Enable compilation of GPU-compatible user-defined operators if possible |
compile_options |
Define a list of user-defined options used for compilation in 'rkeops' package |
default_compile_options |
Define a list of default options used for compilation in 'rkeops' package |
default_runtime_options |
Define a list of default options used at runtime in 'rkeops' package |
get_rkeops_option |
Get the current value of a specific compile or runtime options of 'rkeops' |
get_rkeops_options |
Get the current 'rkeops' options in 'R' global options scope |
keops_grad |
Compute the gradient of a rkeops operator |
keops_kernel |
Defines a new operators |
rkeops |
rkeops RKeOps: kernel operations on GPU, with autodiff, without memory overflows in R |
runtime_options |
Define a list of user-defined options used at runtime in 'rkeops' package |
set_rkeops_option |
Set up a specific compile or runtime options of 'rkeops' in 'R' global options scope |
set_rkeops_options |
Initialize or update 'rkeops' options in 'R' global options scope |
use_cpu |
Disable GPU-computing when calling user-defined operators |
use_gpu |
Enable GPU-computing when calling user-defined operators |