This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Cant link with nvml.lib(nvml.dll) with VS2022 #25
Comments
Hi, there is something unusual in your log, the nvml.lib shouldn't show up in the build directory.
Open the solution and try compiling again. Note: The nvml DLL is part of the driver and will be store in a path similar to this:
|
Hi @mklefrancois , Thanks for your message and your help proposal I find out that delayimp.lib hold the missing __delayLoadHelper2 symbol
Is there any way to get the vk_raytrace exe directly and use it from command line ? |
@pcarret Not sure where you tried to add
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: