Hello, During compilation with VS2022 of vk_raytrace.exe I ended with an error I can't fix. \vk_raytrace\out\build\x64-Debug\nvml.lib(nvml.dll) : error LNK2001: symbole externe non résolu __delayLoadHelper2 I tried to add ``` C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll C:\Program Files\NVIDIA Corporation\NVSMI\nvml.lib ``` I have installed latest CUDA 12.2 https://developer.nvidia.com/gpu-deployment-kit says : The GPU Deployment Kit is part of the [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads), in versions 8 and later, and is no longer available as a separate download. I do not know how to proceed
Hello,
During compilation with VS2022 of vk_raytrace.exe I ended with an error I can't fix.
\vk_raytrace\out\build\x64-Debug\nvml.lib(nvml.dll) : error LNK2001: symbole externe non résolu __delayLoadHelper2
I tried to add
I have installed latest CUDA 12.2
https://developer.nvidia.com/gpu-deployment-kit says :
The GPU Deployment Kit is part of the CUDA Toolkit, in versions 8 and later, and is no longer available as a separate download.
I do not know how to proceed