Hi,
I have just installed Deformetrica and am trying to work through the example analyses. When running the registration of the brains dataset, I am getting the following errors/warnings:
UserWarning: Unknown entry while parsing the optimization_parameters xml: use-cuda
and
RuntimeError: [KeOps] This KeOps shared object has been compiled without cuda support:
1) to perform computations on CPU, simply set tagHostDevice to 0
2) to perform computations on GPU, please recompile the formula with a working version of cuda.
I can get rid of the first warning by deleting the line <use-cuda>On</use-cuda> from the optimization_parameters.xml file. However, I still get the same runtime error.
What do I need to do in order to "set tagHostDevice to 0", or alternatively is there a way to fix it to run with cuda?
Many thanks,
Chris