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
build.rs forces a shared library to be built when CUDA is enabled but it's not immediately clear to me that's required but maybe there's something subtle about CUDA and it's not documented? I'd love to try to make the CUDA and shared vs static linkage be orthogonal.
Semi-related to #667 but not really since building as a shared library should still be expected to work even if CUDA is decoupled from shared/static.
The text was updated successfully, but these errors were encountered:
build.rs forces a shared library to be built when CUDA is enabled but it's not immediately clear to me that's required but maybe there's something subtle about CUDA and it's not documented? I'd love to try to make the CUDA and shared vs static linkage be orthogonal.
Semi-related to #667 but not really since building as a shared library should still be expected to work even if CUDA is decoupled from shared/static.
The text was updated successfully, but these errors were encountered: