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
Hi,
I am trying to build nifty reg on an ubuntu 22.04lts server with a6000 gpus which have peoperly functional nvidia-smi nvcc --version responses, and work for other GPU applications, but cmake keeps failing with the error
-- Found CUDA: /usr/local/cuda (found version "12.3")
CMake Warning at reg-lib/cuda/CMakeLists.txt:25 (message):
The code to check the presence of a CUDA-enabled card failed.
And attempts to ignore this and continue with make gives the following fatal error:
In file included from /data2/niftyreg/reg-lib/Platform.cpp:7:
/data2/niftyreg/reg-lib/cuda/CUDAContextSingletton.h:5:10: fatal error: cuda.h: No such file or directory
5 | #include "cuda.h"
| ^~~~~~~~
compilation terminated.
cuda.h for verion 12.3 is present under /usr/local/cuda-12.3/include/cuda.h
Any advice on how to compile would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build nifty reg on an ubuntu 22.04lts server with a6000 gpus which have peoperly functional nvidia-smi nvcc --version responses, and work for other GPU applications, but cmake keeps failing with the error
-- Found CUDA: /usr/local/cuda (found version "12.3")
CMake Warning at reg-lib/cuda/CMakeLists.txt:25 (message):
The code to check the presence of a CUDA-enabled card failed.
And attempts to ignore this and continue with make gives the following fatal error:
In file included from /data2/niftyreg/reg-lib/Platform.cpp:7:
/data2/niftyreg/reg-lib/cuda/CUDAContextSingletton.h:5:10: fatal error: cuda.h: No such file or directory
5 | #include "cuda.h"
| ^~~~~~~~
compilation terminated.
cuda.h for verion 12.3 is present under /usr/local/cuda-12.3/include/cuda.h
Any advice on how to compile would be greatly appreciated!
The text was updated successfully, but these errors were encountered: