Closed fwyzard closed 3 months ago
CMake uses CMAKE_CUDA_RUNTIME_LIBRARY to link the static (libcudart_static.a) or shared (libcudart.so) CUDA runtime library.
CMAKE_CUDA_RUNTIME_LIBRARY
libcudart_static.a
libcudart.so
This PR makes alpaka follow the same variable, and applies it also to the cuRAND libraries.
CMake uses
CMAKE_CUDA_RUNTIME_LIBRARY
to link the static (libcudart_static.a
) or shared (libcudart.so
) CUDA runtime library.This PR makes alpaka follow the same variable, and applies it also to the cuRAND libraries.