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