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
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
/PyNvCodec/TC/src/TasksColorCvt.cpp:879:13: error: ‘nppiDivC_16u_C1RSfs_Ctx’ was not declared in this scope
nppiDivC_16u_C1RSfs_Ctx(pSrc1, nSrc1Step, nConstant, pDst, nDstStep,
/PyNvCodec/TC/src/TasksColorCvt.cpp:879:13: error: ‘nppiDivC_16u_C1RSfs_Ctx’ was not declared in this scope
nppiDivC_16u_C1RSfs_Ctx(pSrc1, nSrc1Step, nConstant, pDst, nDstStep,
/PyNvCodec/TC/src/TasksColorCvt.cpp:879:13: note: suggested alternative: ‘nppsDivC_16u_Sfs_Ctx’
nppiDivC_16u_C1RSfs_Ctx(pSrc1, nSrc1Step, nConstant, pDst, nDstStep,
^~~~~~~~~~~~~~~~~~~~~~~
nppsDivC_16u_Sfs_Ctx
my env:
nvcc --version {
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Sun_Mar_21_19:15:46_PDT_2021
Cuda compilation tools, release 11.3, V11.3.58
Build cuda_11.3.r11.3/compiler.29745058_0
}
}
The text was updated successfully, but these errors were encountered: