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()
.