Update home authored by Uliana Alekseeva's avatar Uliana Alekseeva
...@@ -102,5 +102,13 @@ call nvtxEndRange ...@@ -102,5 +102,13 @@ call nvtxEndRange
``` ```
+ include the nvtx module + include the nvtx module
+ compile the code ```bash
use nvtx
```
+ compile the code with a flag "-lnvToolsExt" added
+ run with the profiler + run with the profiler
```bash
nays profile --trace=nvtx,cuda ./exe
```
\ No newline at end of file