I am struggling to build the solution files. I get the following linker error in visual studio when building DeviceQuery_Solution (and building other solutions in the kit):
LNK2019:
unresolved external symbol cuInit referenced in function “void __cdecl gpuTK_init(int *,char * * *)” (?gpuTK_init@@YAXPEAHPEAPEAPEAD@Z)
File: *\GitHub\gputeachingkit-labs-build-cuda10_2\gputk.lib(gputkInit.obj)
Are there any insights on this? I’m using Windows 10, Visual Studio 2015, CUDA 8.0, and GeForce GTX 1660 Ti. The same error comes up in newer CUDA versions as well. I’m not sure, but it might be due to some of the options to build using CMake in Windows / Visual Studio.
Thanks for your help!