Closed khammernik closed 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.
Thanks @khammernik
std::memcpy
due to missing include<cstring>