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 encounter the following errors during the CMake build process:
CMake Error at CMakeLists.txt:67 (target_link_libraries):
Target "example_cuda_cmake_lib" links to:
CUDA::cublas
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.
And similar errors for other targets:
CMake Error at CMakeLists.txt:84 (target_link_libraries):
Target "example-cuda-cmake" links to:
CUDA::cublas
but the target was not found.
CMake Error at tests/CMakeLists.txt:39 (target_link_libraries):
Target "example-cuda-cmake-tests" links to:
CUDA::cublas
but the target was not found.
Description:
When using
v0.2.17
of thecuda-toolkit
action with the following configuration:I consistently encounter the following error:
What I've Tried:
v0.2.17
with CUDA version12.5.0
.v0.2.15
and using CUDA12.2.0
.Both approaches result in the same error regarding the
cuda-cublas
package.Expected Behavior:
The action should successfully install the specified CUDA sub-packages, including
cublas
, without errors.Environment:
0.2.17
(and0.2.15
)network
Additional Notes:
Has anyone else encountered this issue with these specific CUDA versions and sub-packages? Any insights or suggested fixes would be appreciated.
The text was updated successfully, but these errors were encountered: