leoliuf / MRiLab

A Numerical Magnetic Resonance Imaging (MRI) Simulation Platform
https://leoliuf.github.io/MRiLab/
BSD 2-Clause "Simplified" License
204 stars 63 forks source link

GPU acceleration issue #35

Closed 777Beta closed 4 years ago

777Beta commented 4 years ago

Hi,

I'm running MRiLab v1.3 on a computer equipped with NVDA Tesla V100 GPU and CUDA 11.0. As long as I lunch MRiLab in MATLAB the attached message pops up, and I cannot run simulation with GPU. I noticed the user manual mentioned development environment with CUDA 7.0.28. My question is whether my GPU and CUDA version is too advanced for MRiLab? CUDA 7.0 cannot support my GPU. Thanks much!

MRiLab GPU error

leoliuf commented 4 years ago

Hi! You need to recompile the CUDA code against the right version you are currently using. The shipped precompiled libraries are apparently not working with the latest CUDA versions.