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
nvandamme
changed the title
[opencv] vcpkg doesn't read CUDA_ARCH_BIN and CUDA_AARCH_PTX env vars
[opencv] vcpkg doesn't read CUDA_ARCH_BIN and CUDA_ARCH_PTX env vars
Dec 19, 2024
Is your feature request related to a problem? Please describe.
Opencv use two env vars to force specific CUDA archs and PTX version before compiling.
The actual port compile for every CUDA archs (up to 90+ gen, even if the system report a specific gen code) and thus take a very long compile time.
Using VCPKG_KEEP_ENV_VARS=CUDA_ARCH_BIN;CUDA_ARCH_PTX as a registered env var doesn't solve this issue.
Proposed solution
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: