CUDA_PROFILE_CONFIG

Hi everybody,

I’m trying to use the CUDA profiler. i created the environmental variable CUDA_PROFILE and set it to 1, and it works.

Then, i created the variable CUDA_PROFILE_CONFIG by filling the 2 boxes in System/properties/environmental variables. i put in the value boxes the path where i created the file.txt, and in which i put four options.

Then, in cmd.exe, i set the CUDA_PROFILE_CONFIG = the path of the txt file.

But when i execute a cuda program under Visual Studio 9, the log file created says: “Failed to open profile config file”.

What’s wrong with my method and someone can help me with this issue?