Visual Profiler error

I’ve been unable to get NVIDIA Visual Profiler to work. When I try to profile an application I get the error:

“The shared library required for profiling cannot be located. The library, “libcuinj” is located in the lib/ and lib64/ directories of the CUDA Toolkit. Make sure these directories are on your library path before running the Visual Profiler.”

I found a lib directory at C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\lib which contains directories called “Win32” and “x64” but neither of these folders have a file called libcuinj.

Does anyone know what could be causing this problem and how it might be fixed?

Thank you!

As of 7.5 RC, profiling Is not supported on 32 bit targets.

You can see this behavior in nvprof.

The release notes list several features that are no longer supported on 32 bit targets.

Edit: Nevermind, had a total brain fart this morning and didn’t realize I wasn’t looking in the x64 folder.