Learn R Programming

rkeops (version 1.4.2.2)

compile4cpu: Disable compilation of GPU-compatible user-defined operators

Description

Set up rkeops compile options to compile user-defined operators that run be computed on CPU.

Usage

compile4cpu()

Arguments

Value

None

Author

Ghislain Durif

Details

Note: Default behavior is to compile GPU-compatible operators thus, if you do not modify rkeops options, you have to call the function compile4cpu to disable GPU-support.

CPU-compatible operators cannot run on GPU.

See Also

compile4gpu(), use_cpu()

Examples

Run this code
library(rkeops)
compile4cpu()

Run the code above in your browser using DataLab