andyschwarzl / gpuNUFFT

gpuNUFFT - An Open-Source GPU Library for 3D Gridding with Direct Matlab and Python Interface
http://cai2r.net/resources/software/gpunufft-open-source-gpu-library-3d-gridding-direct-matlab-interface
Other
77 stars 32 forks source link

Add support for Cuda 10 / missing include #87

Closed khammernik closed 3 years ago

khammernik commented 3 years ago
khammernik commented 3 years ago

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_cublas_device_LIBRARY (ADVANCED)

This error happens for CUDA >= 10.0 and CMake version <= 3.10 (ubuntu 18.04). Upgrading to CMake version >= 3.12 resolves this error.

andyschwarzl commented 3 years ago

Thanks @khammernik