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 am trying to install nipet but am facing issues. I am using CUDA v12.3 and it does not have a curand static library. This is the error that I come across:
CMake Error at nipet/lm/CMakeLists.txt:13 (target_link_libraries):
Target "mmr_lmproc" links to:
CUDA::curand_static
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
My CUDA library path is linked correctly and I do have a cudart_static.lib file. I am just missing the curand_static.lib file
The text was updated successfully, but these errors were encountered:
I am trying to install nipet but am facing issues. I am using CUDA v12.3 and it does not have a curand static library. This is the error that I come across:
CMake Error at nipet/lm/CMakeLists.txt:13 (target_link_libraries):
Target "mmr_lmproc" links to:
CUDA::curand_static
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
My CUDA library path is linked correctly and I do have a cudart_static.lib file. I am just missing the curand_static.lib file
The text was updated successfully, but these errors were encountered: