You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following errors when following this guide in the cuda section:
CMake Warning (dev) at cmake/CUDA-Version.cmake:14 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake
--help-policy CMP0146" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:3 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS
CUDA_CUDART_LIBRARY) (Required is at least version "8.0")
Call Stack (most recent call first):
/usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.27/Modules/FindCUDA.cmake:1291 (find_package_handle_standard_args)
cmake/CUDA-Version.cmake:14 (find_package)
CMakeLists.txt:3 (include)
-- Configuring incomplete, errors occurred!
Please advise
The text was updated successfully, but these errors were encountered:
I get the following errors when following this guide in the cuda section:
Please advise
The text was updated successfully, but these errors were encountered: