Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does pipeline.sh use GPU? #53

Open
tashrifbillah opened this issue Aug 1, 2023 · 1 comment
Open

Does pipeline.sh use GPU? #53

tashrifbillah opened this issue Aug 1, 2023 · 1 comment

Comments

@tashrifbillah
Copy link

epi_reg distorted b0 to T1
epi_reg --epi=/INPUTS/b0.nii.gz --t1=/INPUTS/T1.nii.gz --t1brain=/tmp/tmp.z3zFpgMgdl/T1_mask.nii.gz --out=/tmp/tmp.z3zFpgMgdl/epi_reg_d
Running FAST segmentation
FLIRT pre-alignment
Running BBR

Shouldn't this step use GPU? nvidia-smi command does not print an associated GPU process at the time of running.

@toomanycats
Copy link

I'm not a developer or expert with this program. However, I'd say no.
Those are just FSL programs. They use CPUs and can use multiple threads.

AFAIK, nothing in the pipeline uses GPU. The model is already built and so inference is just a forward run through the model and uses CPU. IN fact, I know that the torch library in the container version, was not compiled for GPUs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants