Witch library to use for method cudaGetDeviceCount(..)

I have translate ma version from VS 2010 to VS 2019

It’s occure links erreur 2019 with methods lik:
cudaGesDeviceCount(…)
cudaDeviceReset(…)

Why the library wasn’t add whith the project tranlate form VS 2010 to VS 2019 ?

Whitch library add in project properties and where:
Suppementary add librarys in Cuda Linker or in C/C++ other directory include ?

Thanks

Bruno

Hi,

I have found,
I use Microsoft API AND CUDA

I have now indicated correctly the library in use.

Thanks