CUDA error messages disappear too fast

Hi All,

Sorry for the noob question as I am new to CUDA, but I am getting error messages from CUDA that I can’t read because they pop and and disappear too quickly. Has anyone got an idea around this? I’ve tried taking screenshots but this is too time-consuming.

Pipe the output of the program to a file. After compilation, you may have something like program.exe.

Run: program.exe > nameOfFile.log

Then: notepad.exe nameOfFile.log