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
[src, cuda] Pass both lib and lib64 to -L, linker will decide (#4296)
Not everyone had all CUDA libraries installed. The test for either
.a or .so alone was not enough. ld will just ignore missing lib
directories, pass both possible paths to it.
0 commit comments