Description Usage Arguments Details Value Author(s) See Also Examples
Set up rkeops runtime options to use GPU computing when calling
user-defined operators.
1 |
device |
integer, GPU device id to be used for computations. Default
is |
If you have compiled GPU-compatible operators (see compile4gpu()),
you can call the function use_gpu to specificly run computations on GPU.
Note: The default behavior in rkeops is to use CPU computing, thus
calling the function use_gpu is mandatory to run computations on GPU.
To disable GPU computing, run use_cpu().
None
Ghislain Durif
compile4cpu(), compile4gpu(),
use_cpu()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.