CoBrALab / antsRegistration-MAGeT

A reimplementation of MAGeTbrain using only ANTs tools.
Other
16 stars 6 forks source link

Running MAGeT locally (NVIDIA card) #100

Closed yuniorcf closed 5 years ago

yuniorcf commented 5 years ago

Hello, I wonder whether there is a way to run MAGeT using CUDA. The thing is that I have in my PC an Intel-based 8 cores processor (i7-9700K 3.6Ghz) with 64 GB RAM. Although MB is running locally in this computer, using the parallel option, it is too slow and the processor is warming up a bit (~78 ºC). However I have a cuda capable NVIDIA card installed (Gigabyte GeForce RTX 2070 Gaming OC 8G 8GB GDDR6). Is it possible to use this NVIDIA card, could you please suggest me how to proceed. Thank you in advance

gdevenyi commented 5 years ago

Hi. This implementation uses antsRegistration from https://github.com/ANTsX/ANTs . antsRegistration is in turn built on ITK. The registration routines and all implement via CPU, so there is no way to use your card. I am aware there are some GPU registration tools that exist but I have never used them and I do not know their capabilities. Sorry.