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
NVIDIA offers kinda-static versions of CUDA libraries, especially the CUDA Runtime library and NVRTC. However - our wrappers opt for linking against the dynamic/shared versions of these libraries. We should allow both a configuration in which the wrappers depend on shared libraries, and one where they depend on the static ones.