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] Only bundle CUDA DLLs that cv2.pyd actually needs
PE import analysis shows ~1.3 GB of CUDA toolkit DLLs bundled in the
wheel are never referenced by cv2.pyd or its transitive dependencies.
Switch from copying all CUDA bin/*.dll to an allowlist of only the
DLLs that are actually linked: cublas, cublasLt, cudart, cufft, and
the npp libraries.
0 commit comments