I am running my program using nvprof to get profile information using the command:
nvprof -o profileOutput -s ./exe args
I wanted information about warp divergence, coalesced read/write, occupancy etc. But when I open the file profileOutput, its in some other format altogether and have weird symbols like @^@^.....
I am opening the file in vim. What is the correct way to see profile information of a CUDA program. Please help.