Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

error: ‘nppiDivC_16u_C1RSfs_Ctx’ was not declared in this scope #549

Open
ADongGu opened this issue Nov 2, 2023 · 0 comments
Open

Comments

@ADongGu
Copy link

ADongGu commented Nov 2, 2023

/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
}

python:                     3.6
torch:                      1.7.1+cu110
torchvision:                0.8.2+cu110
torchaudio:                 0.7.2 

}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant