After all this compiled done,here i use below command to generate report:
nsys profile --trace=cuda ./bin/profile
Then when i using Host Nsight System to open this record,there is the screen shot below:
No cuda pipeline record at all,so what is the problem there?Should i change some command line or source code.This is my first using Nsight so it looks like kind nuts lol,so just bring me your suggestion plz,thanks alot :)
Hi there: This is my first time to using Nsight System to profiling a GPU program,here is my project strcture looks like below:
Oh,btw this project were running and compiled on my WSL vm.
The main.cu looks like this:
all the function with "Host" ending is came from the "cudaCalls.cuh" file,which is a collection of CUDA Kernel calls. And my makefile looks like this:
After all this compiled done,here i use below command to generate report:
Then when i using Host Nsight System to open this record,there is the screen shot below: No cuda pipeline record at all,so what is the problem there?Should i change some command line or source code.This is my first using Nsight so it looks like kind nuts lol,so just bring me your suggestion plz,thanks alot :)