Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[CI] attempt to fix centos CI #20516

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/cuda/rtc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace rtc {
#if defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__)
const char cuda_lib_name[] = "nvcuda.dll";
#else
const char cuda_lib_name[] = "libcuda.so";
const char cuda_lib_name[] = "libcuda.so.1";
#endif

std::mutex lock;
Expand Down