I have implemented a program that uses a single GPU using the cudaStreamWaitEvent()
function to set dependency within two streams using events.
In order to verify this dependency, is it possible to use the "Dependency Analysis" view on the Nvidia Visual Profiler ?
If not, what does each of the following options in the dependency analysis view provide?
- Focus Critical Path
- Highlight Execution Dependencies
detailed information on those options doesn't seem to be available in the nvidia official website and here